/llvm-project/libcxx/test/std/thread/futures/futures.future_error/ |
H A D | code.pass.cpp | 31 std::error_code const& code = f.code(); in main() local 36 std::error_code const& code = f.code(); in main() local 41 std::error_code const& code = f.code(); in main() local 46 std::error_code const& code = f.code(); in main() local
|
/llvm-project/libcxx/src/ |
H A D | error_category.cpp | 29 bool error_category::equivalent(int code, const error_condition& condition) const noexcept { in equivalent() 33 bool error_category::equivalent(const error_code& code, int condition) const noexcept { in equivalent() argument
|
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit() 227 unsigned code, const DataTy &data) { in emit() 256 unsigned code, StringRef data) { in emit() 263 unsigned code, const ArrayTy &array) { in emit() 275 unsigned code, ElementDataTy element, DataTy... data) { in emit() 282 unsigned code, std::nullopt_t) { in emit() 311 unsigned code, StringRef data) { in emit()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RuntimeLibcalls.h |
|
/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-cpu-supports-target.c |
|
H A D | 2004-03-15-SimpleIndirectGoto.c | 3 int code[]={0,0,0,0,1}; variable
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-htm.c | 5 void test1(long int *r, int code, long int *a, long int *b) { in test1()
|
/llvm-project/libcxx/include/__system_error/ |
H A D | system_error.h | 39 _LIBCPP_HIDE_FROM_ABI const error_code& code() const _NOEXCEPT { return __ec_; } in code() function
|
/llvm-project/mlir/docs/DefiningDialects/ |
H A D | Operations.md | 630 Verification OrderingOperation Definition Specification (ODS)""Operation Definition""Custom verifier code global() argument 653 Emitting diagnostics in custom verifiersOperation Definition Specification (ODS)""Operation Definition""Custom verifier code global() argument 1117 Class name and namespacesOperation Definition Specification (ODS)""Operation Definition""Generated C++ code global() argument 1136 Operand adaptorsOperation Definition Specification (ODS)""Operation Definition""Generated C++ code global() argument 1164 Sharded Operation DefinitionsOperation Definition Specification (ODS)""Operation Definition""Generated C++ code global() argument [all...] |
/llvm-project/mlir/utils/jupyter/mlir_opt_kernel/ |
H A D | kernel.py | 100 self, code, silent, store_history=True, user_expressions=None, allow_stdin=False argument 113 def run(code): argument
|
/llvm-project/mlir/lib/Query/Matcher/ |
H A D | Parser.h | 131 static bool parseExpression(llvm::StringRef &code, in parseExpression() 143 completeExpression(llvm::StringRef &code, unsigned completionOffset, in completeExpression()
|
/llvm-project/flang/lib/Optimizer/Dialect/Support/ |
H A D | KindMapping.cpp | 127 static MatchResult parseCode(char &code, const char *&ptr, const char *endPtr) { in parseCode() 137 static MatchResult parseDefCode(char &code, const char *&ptr, in parseDefCode() 253 char code = '\0'; in parse() local 391 static int codeToIndex(char code) { in codeToIndex() 411 char code; in toDefaultKinds() local
|
/llvm-project/clang/docs/ |
H A D | LibTooling.rst | 193 .. _libtooling_builtin_includes:
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | signal_longjmp.cpp | 35 #define MUST_FAULT(code) do { \ argument
|
/llvm-project/flang/unittests/Runtime/ |
H A D | TemporaryStack.cpp | 50 const TypeCode code{CFI_type_int32_t}; in TEST() local 92 const TypeCode code{CFI_type_int32_t}; in TEST() local 172 const TypeCode code{CFI_type_Bool}; in TEST() local 202 const TypeCode code{CFI_type_Bool}; in TEST() local
|
/llvm-project/llvm/utils/TableGen/jupyter/tablegen_kernel/ |
H A D | kernel.py | 157 def get_magic(self, code): argument 303 do_execute( self, code, silent, store_history=True, user_expressions=None, allow_stdin=False ) global() argument [all...] |
/llvm-project/clang/test/PCH/ |
H A D | functions.c | 24 void __attribute__((noreturn)) test_abort(int code) { in test_abort()
|
/llvm-project/flang/lib/Parser/ |
H A D | characters.cpp | 190 char32_t code{static_cast<char32_t>(DecimalDigitValue(cp[1]))}; in DecodeEscapedCharacter() local 219 DecodedCharacter code{DecodeEscapedCharacter(cp + at, bytes - at)}; in DecodeEscapedCharacters() local 224 DecodedCharacter code{DecodeCharacter<ENCODING>(buffer, len, false)}; in DecodeEscapedCharacters() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | HashingTest.cpp | 26 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() 207 hash_code code = hash_combine_range(&all_one_c[0], &all_one_c[0] + Idx); in TEST() local 215 hash_code code = hash_combine_range(&all_zero_c[0], &all_zero_c[0] + Idx); in TEST() local 223 hash_code code = hash_combine_range(&all_one_int[0], &all_one_int[0] + Idx); in TEST() local 231 hash_code code = hash_combine_range(&all_zero_int[0], &all_zero_int[0] + Idx); in TEST() local
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-state.cpp | 21 #define ompd_state_macro(state, code) \ in get_ompd_state_name() argument
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMemoryManagerTest.cpp | 85 uint8_t* code[10000]; in TEST() local 120 uint8_t* code[10000]; in TEST() local
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | builtins-systemz.c | 117 unsigned char code; in test_htmxl1() local
|
/llvm-project/clang/bindings/python/tests/cindex/ |
H A D | test_rewrite.py | 14 code = """int main() { return 0; }""" global() variable in TestRewrite
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imdrover.h | 36 char *code; member
|
/llvm-project/lldb/unittests/Language/Highlighting/ |
H A D | HighlighterTest.cpp | 81 const char *code = "program Hello;"; in TEST_F() local 88 highlightDefault(llvm::StringRef code, HighlightStyle style, in highlightDefault() 95 const char *code = "int my_main() { return 22; } \n"; in TEST_F() local 118 highlightC(llvm::StringRef code, HighlightStyle style, in highlightC()
|