Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
586 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
590 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
593 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument
601 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2712 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2717 if (IsNested) in GetScratchRegister()
2722 if (IsNested) in GetScratchRegister()
2773 bool IsNested = false; in adjustForSegmentedStacks() local
2777 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
2787 if (IsNested) in adjustForSegmentedStacks()
2910 if (IsNested) in adjustForSegmentedStacks()
2960 if (IsNested) in adjustForSegmentedStacks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2126 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2127 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12775 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
12784 << IsNested << Field; in DiagnoseRecursiveConstFields()
12788 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()