HomeSort by: relevance | last modified time | path
    Searched refs:std (Results 1 - 25 of 10092) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/atf/dist/tools/
requirements.hpp 39 std::string check_requirements(const std::map< std::string, std::string >&,
40 const std::map< std::string, std::string >&);
41 std::pair< int, int > get_required_user(
42 const std::map< std::string, std::string >&
    [all...]
ui.hpp 48 std::string format_error(const std::string&, const std::string&);
60 std::string format_info(const std::string&, const std::string&);
72 std::string format_text(const std::string&);
87 std::string format_text_with_tag(const std::string&, const std::string&
    [all...]
config_file.hpp 43 std::istream& m_is;
46 virtual void got_var(const std::string&, const std::string &);
50 atf_config_reader(std::istream&);
58 std::map< std::string, std::string > merge_configs(
59 const std::map< std::string, std::string >&
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
package.d 4 module std;
9 import std;
27 import std;
32 std.algorithm,
33 std.array,
34 std.ascii,
35 std.base64,
36 std.bigint,
37 std.bitmanip,
38 std.compiler
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/text/
operations.hpp 43 std::string quote(const std::string&, const char);
46 std::vector< std::string > refill(const std::string&, const std::size_t);
47 std::string refill_as_string(const std::string&, const std::size_t);
50 std::string join(const Collection&, const std::string&)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdio.h 35 using std::FILE;
36 using std::fpos_t;
38 using std::remove;
39 using std::rename;
40 using std::tmpfile;
41 using std::tmpnam;
42 using std::fclose;
43 using std::fflush;
44 using std::fopen;
45 using std::freopen
    [all...]
wchar.h 35 using std::mbstate_t;
38 using std::wint_t;
40 using std::btowc;
41 using std::wctob;
42 using std::fgetwc;
43 using std::fgetwc;
44 using std::fgetws;
45 using std::fputwc;
46 using std::fputws;
47 using std::fwide
    [all...]
string.h 35 using std::memcpy;
36 using std::memmove;
37 using std::strcpy;
38 using std::strncpy;
39 using std::strcat;
40 using std::strncat;
41 using std::memcmp;
42 using std::strcmp;
43 using std::strcoll;
44 using std::strncmp
    [all...]
math.h 38 using std::abs;
39 using std::acos;
40 using std::asin;
41 using std::atan;
42 using std::atan2;
43 using std::cos;
44 using std::sin;
45 using std::tan;
46 using std::cosh;
47 using std::sinh
    [all...]
stdlib.h 38 using std::abort;
39 using std::atexit;
40 using std::exit;
43 using std::at_quick_exit;
46 using std::quick_exit;
49 using std::_Exit;
54 using std::div_t;
55 using std::ldiv_t;
57 using std::abs;
58 using std::atof
    [all...]
stdatomic.h 38 #define _Atomic(_Tp) ::std::atomic<_Tp>
40 using std::memory_order;
41 using std::memory_order_relaxed;
42 using std::memory_order_consume;
43 using std::memory_order_acquire;
44 using std::memory_order_release;
45 using std::memory_order_acq_rel;
46 using std::memory_order_seq_cst;
47 using std::atomic_flag;
48 using std::atomic_bool
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdio.h 35 using std::FILE;
36 using std::fpos_t;
38 using std::remove;
39 using std::rename;
40 using std::tmpfile;
41 using std::tmpnam;
42 using std::fclose;
43 using std::fflush;
44 using std::fopen;
45 using std::freopen
    [all...]
wchar.h 35 using std::mbstate_t;
38 using std::wint_t;
40 using std::btowc;
41 using std::wctob;
42 using std::fgetwc;
43 using std::fgetwc;
44 using std::fgetws;
45 using std::fputwc;
46 using std::fputws;
47 using std::fwide
    [all...]
string.h 35 using std::memcpy;
36 using std::memmove;
37 using std::strcpy;
38 using std::strncpy;
39 using std::strcat;
40 using std::strncat;
41 using std::memcmp;
42 using std::strcmp;
43 using std::strcoll;
44 using std::strncmp
    [all...]
math.h 38 using std::abs;
39 using std::acos;
40 using std::asin;
41 using std::atan;
42 using std::atan2;
43 using std::cos;
44 using std::sin;
45 using std::tan;
46 using std::cosh;
47 using std::sinh
    [all...]
stdatomic.h 37 #define _Atomic(_Tp) ::std::atomic<_Tp>
39 using std::memory_order;
40 using std::memory_order_relaxed;
41 using std::memory_order_consume;
42 using std::memory_order_acquire;
43 using std::memory_order_release;
44 using std::memory_order_acq_rel;
45 using std::memory_order_seq_cst;
46 using std::atomic_flag;
47 using std::atomic_bool
    [all...]
stdlib.h 38 using std::abort;
39 using std::atexit;
40 using std::exit;
43 using std::at_quick_exit;
46 using std::quick_exit;
51 using std::div_t;
52 using std::ldiv_t;
54 using std::abs;
55 using std::atof;
56 using std::atoi
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
attributes.d 1 module std.internal.attributes;
11 package(std) enum betterC = 1;
  /src/external/bsd/kyua-cli/dist/utils/
env.hpp 47 std::map< std::string, std::string > getallenv(void);
48 optional< std::string > getenv(const std::string&);
49 std::string getenv_with_default(const std::string&, const std::string&);
50 void setenv(const std::string&, const std::string&)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Version.h 25 std::string getClangRepositoryPath();
30 std::string getLLVMRepositoryPath();
34 std::string getClangRevision();
41 std::string getLLVMRevision();
45 std::string getClangFullRepositoryVersion();
50 std::string getClangFullVersion();
53 std::string getClangToolFullVersion(llvm::StringRef ToolName);
58 std::string getClangFullCPPVersion();
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_unex_handler.cc 1 // -*- C++ -*- std::unexpected handler
28 std::terminate_handler __cxxabiv1::__unexpected_handler = std::terminate;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_unex_handler.cc 1 // -*- C++ -*- std::unexpected handler
28 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-do-exceptions-work-at-all-with-this-compiler.cc 25 throw std::invalid_argument ("Test");
28 using namespace std;
  /src/external/mit/libcbor/dist/test/
cpp_linkage_test.cpp 11 int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; }
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
APIData.h 19 std::vector<std::string> ASTClassLocations;
20 std::vector<std::string> ASTClassRanges;
21 std::vector<std::string> TemplateParms;
22 std::vector<std::string> TypeSourceInfos;
23 std::vector<std::string> TypeLocs
    [all...]

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>