Searched defs:IsNested (Results 1 – 11 of 11) sorted by relevance
| /external/llvm-project/clang/include/clang/Sema/ |
| D | ScopeInfo.h | 576 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() 586 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() 594 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture()
|
| /external/clang/include/clang/Sema/ |
| D | ScopeInfo.h | 451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() 461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture()
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | loop_descriptor.h | 181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | loop_descriptor.h | 181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | loop_descriptor.h | 181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
|
| /external/llvm/lib/Target/X86/ |
| D | X86FrameLowering.cpp | 2074 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local 2126 bool IsNested = false; in adjustForSegmentedStacks() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86FrameLowering.cpp | 2267 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local 2328 bool IsNested = false; in adjustForSegmentedStacks() local
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86FrameLowering.cpp | 2607 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local 2668 bool IsNested = false; in adjustForSegmentedStacks() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 2108 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 2127 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaExpr.cpp | 12657 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
|