Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h189 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 Dbuiltins-ppc-htm.c5 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 DRuntimeLibcalls.h31 #define HANDLE_LIBCALL(code, name) code, argument
/llvm-project-15.0.7/mlir/utils/jupyter/mlir_opt_kernel/
H A Dkernel.py102 code, argument
118 def run(code): argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2004-03-15-SimpleIndirectGoto.c3 int code[]={0,0,0,0,1}; variable
/llvm-project-15.0.7/flang/lib/Optimizer/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-15.0.7/llvm/include/llvm/Testing/Support/
H A DAnnotations.h67 llvm::StringRef code() const { return Code; } in code() function
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md580 #### 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 Dsignal_longjmp.cpp35 #define MUST_FAULT(code) do { \ argument
/llvm-project-15.0.7/clang/docs/
H A DLibTooling.rst181 .. _libtooling_builtin_includes:
/llvm-project-15.0.7/clang/test/PCH/
H A Dfunctions.c24 void __attribute__((noreturn)) test_abort(int code) { in test_abort()
/llvm-project-15.0.7/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-15.0.7/openmp/libompd/src/
H A Domp-state.cpp21 #define ompd_state_macro(state, code) \ in get_ompd_state_name() argument
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DHashingTest.cpp25 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 Dimdrover.h36 char *code; member
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz.c117 unsigned char code; in test_htmxl1() local
/llvm-project-15.0.7/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-15.0.7/lldb/unittests/Language/Highlighting/
H A DHighlighterTest.cpp80 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 DDWARFAbbreviationDeclaration.h26 void SetCode(dw_uleb128_t code) { m_code = code; } in SetCode()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py369 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 Dinterception_win_test.cpp296 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 Dregerror.c55 int code; member
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacter.h29 static Character CHAR(std::uint64_t code) { in CHAR()
/llvm-project-15.0.7/mlir/unittests/Transforms/
H A DCanonicalizer.cpp74 const char *const code = R"mlir( in TEST() local
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostProcessWindows.cpp59 DWORD code = 0; in IsRunning() local

12345