| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 189 unsigned code, ElementDataTy element, DataTy &&...data) { in emit() 226 unsigned code, const DataTy &data) { in emit() 255 unsigned code, StringRef data) { in emit() 262 unsigned code, const ArrayTy &array) { in emit() 274 unsigned code, ElementDataTy element, DataTy... data) { in emit() 281 unsigned code, NoneType) { in emit() 310 unsigned code, StringRef data) { in emit()
|
| /llvm-project-15.0.7/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-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RuntimeLibcalls.h | 31 #define HANDLE_LIBCALL(code, name) code, argument
|
| /llvm-project-15.0.7/mlir/utils/jupyter/mlir_opt_kernel/ |
| H A D | kernel.py | 102 code, argument 118 def run(code): argument
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2004-03-15-SimpleIndirectGoto.c | 3 int code[]={0,0,0,0,1}; variable
|
| /llvm-project-15.0.7/flang/lib/Optimizer/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-15.0.7/llvm/include/llvm/Testing/Support/ |
| H A D | Annotations.h | 67 llvm::StringRef code() const { return Code; } in code() function
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | OpDefinitions.md | 580 #### Verification Ordering 603 #### Emitting diagnostics in custom verifiers 1045 #### Class name and namespaces 1064 #### Operand adaptors
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | signal_longjmp.cpp | 35 #define MUST_FAULT(code) do { \ argument
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LibTooling.rst | 181 .. _libtooling_builtin_includes:
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | functions.c | 24 void __attribute__((noreturn)) test_abort(int code) { in test_abort()
|
| /llvm-project-15.0.7/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-15.0.7/openmp/libompd/src/ |
| H A D | omp-state.cpp | 21 #define ompd_state_macro(state, code) \ in get_ompd_state_name() argument
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | HashingTest.cpp | 25 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() 189 hash_code code = hash_combine_range(&all_one_c[0], &all_one_c[0] + Idx); in TEST() local 197 hash_code code = hash_combine_range(&all_zero_c[0], &all_zero_c[0] + Idx); in TEST() local 205 hash_code code = hash_combine_range(&all_one_int[0], &all_one_int[0] + Idx); in TEST() local 213 hash_code code = hash_combine_range(&all_zero_int[0], &all_zero_int[0] + Idx); in TEST() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imdrover.h | 36 char *code; member
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz.c | 117 unsigned char code; in test_htmxl1() local
|
| /llvm-project-15.0.7/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-15.0.7/lldb/unittests/Language/Highlighting/ |
| H A D | HighlighterTest.cpp | 80 const char *code = "program Hello;"; in TEST_F() local 87 highlightDefault(llvm::StringRef code, HighlightStyle style, in highlightDefault() 94 const char *code = "int my_main() { return 22; } \n"; in TEST_F() local 117 highlightC(llvm::StringRef code, HighlightStyle style, in highlightC()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 26 void SetCode(dw_uleb128_t code) { m_code = code; } in SetCode()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | add_new_check.py | 369 def get_base_class(code, check_file): argument 388 def has_fixits(code): argument
|
| /llvm-project-15.0.7/compiler-rt/lib/interception/tests/ |
| H A D | interception_win_test.cpp | 296 const T &code, in LoadActiveCode() 371 const T &code, in TestIdentityFunctionPatching() 474 const T &code, in TestIdentityFunctionMultiplePatching() 542 const T &code, in TestFunctionPatching()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regerror.c | 55 int code; member
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | character.h | 29 static Character CHAR(std::uint64_t code) { in CHAR()
|
| /llvm-project-15.0.7/mlir/unittests/Transforms/ |
| H A D | Canonicalizer.cpp | 74 const char *const code = R"mlir( in TEST() local
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | HostProcessWindows.cpp | 59 DWORD code = 0; in IsRunning() local
|