Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 120) sorted by relevance

12345

/llvm-project/libcxx/test/std/thread/futures/futures.future_error/
H A Dcode.pass.cpp31 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 Derror_category.cpp29 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 DBitcodeConvenience.h190 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 DRuntimeLibcalls.h
/llvm-project/clang/test/CodeGen/
H A Daarch64-cpu-supports-target.c
H A D2004-03-15-SimpleIndirectGoto.c3 int code[]={0,0,0,0,1}; variable
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-htm.c5 void test1(long int *r, int code, long int *a, long int *b) { in test1()
/llvm-project/libcxx/include/__system_error/
H A Dsystem_error.h39 _LIBCPP_HIDE_FROM_ABI const error_code& code() const _NOEXCEPT { return __ec_; } in code() function
/llvm-project/mlir/docs/DefiningDialects/
H A DOperations.md630 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 Dkernel.py100 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 DParser.h131 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 DKindMapping.cpp127 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 DLibTooling.rst193 .. _libtooling_builtin_includes:
/llvm-project/compiler-rt/test/tsan/
H A Dsignal_longjmp.cpp35 #define MUST_FAULT(code) do { \ argument
/llvm-project/flang/unittests/Runtime/
H A DTemporaryStack.cpp50 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 Dkernel.py157 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 Dfunctions.c24 void __attribute__((noreturn)) test_abort(int code) { in test_abort()
/llvm-project/flang/lib/Parser/
H A Dcharacters.cpp190 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 DHashingTest.cpp26 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 Domp-state.cpp21 #define ompd_state_macro(state, code) \ in get_ompd_state_name() argument
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp85 uint8_t* code[10000]; in TEST() local
120 uint8_t* code[10000]; in TEST() local
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz.c117 unsigned char code; in test_htmxl1() local
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_rewrite.py14 code = """int main() { return 0; }""" global() variable in TestRewrite
/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.h36 char *code; member
/llvm-project/lldb/unittests/Language/Highlighting/
H A DHighlighterTest.cpp81 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()

12345