Home
last modified time | relevance | path

Searched refs:IsNested (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h592 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
598 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
602 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
605 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
610 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument
613 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2885 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2890 if (IsNested) in GetScratchRegister()
2895 if (IsNested) in GetScratchRegister()
2937 bool IsNested = false; in adjustForSegmentedStacks() local
2941 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
2951 if (IsNested) in adjustForSegmentedStacks()
3073 if (IsNested) in adjustForSegmentedStacks()
3124 if (IsNested) in adjustForSegmentedStacks()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2121 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2122 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp13599 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
13608 << IsNested << Field; in DiagnoseRecursiveConstFields()
13612 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()