Searched defs:IsNested (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() 590 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() 598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 2728 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local 2789 bool IsNested = false; in adjustForSegmentedStacks() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2126 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 12896 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
|