Home
last modified time | relevance | path

Searched defs:Nesting (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/docs/Tutorials/
DUnderstandingTheIRStructure.md92 ### Example
/external/clang/docs/
DBlock-ABI-Apple.rst564 Nesting subsection
/external/llvm-project/clang/docs/
DBlock-ABI-Apple.rst573 Nesting subsection
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp92 const unsigned short Nesting; // How deeply nested is Loc located? member
197 void CognitiveComplexity::account(SourceLocation Loc, unsigned short Nesting, in account()
DNamespaceCommentCheck.cpp57 int Nesting = 0; in getNamespaceNameAsWritten() local
/external/llvm-project/mlir/include/mlir/Pass/
DPassManager.h50 enum class Nesting { Implicit, Explicit }; enum
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-extra.cpp507 namespace Nesting { namespace
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1910 unsigned Nesting = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc1124 TEST_P(MessageLoopTypedTest, Nesting) { in TEST_P() argument