Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h544 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
547 : VarAndNestedAndThis(Var, IsNested ? IsNestedCapture : 0), in Capture()
554 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
557 nullptr, (IsThisCaptured | (IsNested ? IsNestedCapture : 0))), in Capture()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2227 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2231 if (IsNested) in GetScratchRegister()
2236 if (IsNested) in GetScratchRegister()
2287 bool IsNested = false; in adjustForSegmentedStacks() local
2291 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
2301 if (IsNested) in adjustForSegmentedStacks()
2424 if (IsNested) in adjustForSegmentedStacks()
2474 if (IsNested) in adjustForSegmentedStacks()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2105 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2106 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp11129 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
11138 << IsNested << Field; in DiagnoseRecursiveConstFields()
11142 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()