Home
last modified time | relevance | path

Searched defs:StackEntry (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp177 struct StackEntry { in AST_MATCHER_P() struct
178 StackEntry(const Expr *E, int Indirections) in AST_MATCHER_P() function
181 const Expr *E; in AST_MATCHER_P()
184 int Indirections; in AST_MATCHER_P()
/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp47 struct alignas(16) StackEntry { struct
48 int32_t FuncId;
49 uint16_t Type;
50 uint8_t CPU;
51 uint8_t Padding;
52 uint64_t TSC;
/llvm-project/llvm/lib/XRay/
H A DProfile.cpp319 struct StackEntry { struct
320 uint64_t Timestamp;
321 Profile::FuncID FuncId;
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp209 struct StackEntry { global() struct
210 NumIn__anone11d5b640111::StackEntry global() argument
211 NumOut__anone11d5b640111::StackEntry global() argument
212 IsSigned__anone11d5b640111::StackEntry global() argument
215 ValuesToRelease__anone11d5b640111::StackEntry global() argument
217 StackEntry__anone11d5b640111::StackEntry StackEntry() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp356 Instruction *StackEntry = runOnFunction() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp36 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp499 SmallVector<StackEntry, 8> LBraceStack; in calculateBraceTypes() argument
497 struct StackEntry { calculateBraceTypes() struct
498 Tokclang::format::UnwrappedLineParser::calculateBraceTypes::StackEntry calculateBraceTypes() argument
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4606 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { WritePackPragmaOptions() local
4626 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { WriteFloatControlPragmaOptions() local
[all...]