/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 49 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) { in getLargeSlotValue() argument 257 printUnwindCode(const UnwindInfo & UI,ArrayRef<UnwindCode> UC) printUnwindCode() argument 332 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes); printUnwindInfo() local [all...] |
H A D | ARMWinEHPrinter.cpp | 1069 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); in dumpXDataRecord() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-unavailable.cpp | 71 void untemplated(UnavailableClass &UC) { // expected-error {{'UnavailableClass' is unavailable}} in untemplated() 74 void untemplated_marked(UnavailableClass &UC) __attribute__((unavailable)) { in untemplated_marked()
|
/llvm-project/clang/test/CodeGenCUDA/Inputs/ |
H A D | cuda-initializers.h | 34 struct UC { struct 36 __device__ UC(); argument
|
/llvm-project/clang/test/SemaCUDA/Inputs/ |
H A D | cuda-initializers.h | 34 struct UC { struct 36 __device__ UC(); argument
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | tag-types.cpp | 19 unsigned char UC; member
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 29 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 77 void SetUseCounters(bool UC) { UseCounters = UC; } in SetUseCounters()
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 139 unsigned char UC = static_cast<unsigned char>(C); in isPrint() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | unnecessary-copy-initialization.cpp | 882 auto UC = Orig; positiveConstMemberExpr() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 1253 unsigned UC = F->second; in stats() local
|
/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1429 for (auto &UC : Unresolved) { resolveConflicts() local
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 136 UnreachableCodeHandler UC(S); CheckUnreachable() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 624 const Constant *UC = dyn_cast<Constant>(U); isConstantUsed() local
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 239 UnwindContext UC; member in __anond426d4330111::ARMAsmParser [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5428 if (const auto *UC = S.getSingleClause<OMPUpdateClause>()) { EmitOMPDepobjDirective() local
|