Home
last modified time | relevance | path

Searched defs:UC (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp49 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 DARMWinEHPrinter.cpp1069 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); in dumpXDataRecord() local
/llvm-project/clang/test/SemaCXX/
H A Dattr-unavailable.cpp71 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 Dcuda-initializers.h34 struct UC { struct
36 __device__ UC(); argument
/llvm-project/clang/test/SemaCUDA/Inputs/
H A Dcuda-initializers.h34 struct UC { struct
36 __device__ UC(); argument
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp19 unsigned char UC; member
/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c29 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h77 void SetUseCounters(bool UC) { UseCounters = UC; } in SetUseCounters()
/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h139 unsigned char UC = static_cast<unsigned char>(C); in isPrint() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp882 auto UC = Orig; positiveConstMemberExpr() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1253 unsigned UC = F->second; in stats() local
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1429 for (auto &UC : Unresolved) { resolveConflicts() local
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp136 UnreachableCodeHandler UC(S); CheckUnreachable() local
/llvm-project/llvm/lib/IR/
H A DConstants.cpp624 const Constant *UC = dyn_cast<Constant>(U); isConstantUsed() local
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp239 UnwindContext UC; member in __anond426d4330111::ARMAsmParser
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5428 if (const auto *UC = S.getSingleClause<OMPUpdateClause>()) { EmitOMPDepobjDirective() local