Home
last modified time | relevance | path

Searched refs:BracketDepth (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dexpand-contiguous-isel.ll33 …%BracketDepth.0.ph = phi i64 [ %BracketDepth.1, %_ZNK4llvm9StringRef6substrEmm.exit ], [ undef, %e…
34 %cmp65 = icmp eq i64 %BracketDepth.0.ph, 0
118 %dec = add i64 %BracketDepth.0.ph, -1
127 …%BracketDepth.1 = phi i64 [ %dec, %if.end10 ], [ 0, %_ZNK4llvm9StringRef6substrEmm.exit.loopexit ]…
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp1083 unsigned BracketDepth = 0; in CollectPpImportSuffix() local
1090 ++BracketDepth; in CollectPpImportSuffix()
1094 if (BracketDepth == 0) in CollectPpImportSuffix()
1096 --BracketDepth; in CollectPpImportSuffix()
1100 if (BracketDepth == 0) in CollectPpImportSuffix()
/external/llvm/utils/FileCheck/
DFileCheck.cpp576 size_t BracketDepth = 0; in FindRegexVarEnd() local
579 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()
590 BracketDepth++; in FindRegexVarEnd()
593 if (BracketDepth == 0) { in FindRegexVarEnd()
599 BracketDepth--; in FindRegexVarEnd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp851 size_t BracketDepth = 0; in FindRegexVarEnd() local
854 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()
865 BracketDepth++; in FindRegexVarEnd()
868 if (BracketDepth == 0) { in FindRegexVarEnd()
874 BracketDepth--; in FindRegexVarEnd()
/external/llvm-project/clang/include/clang/Parse/
DRAIIObjectsForParser.h435 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h417 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
DParser.cpp2079 << P.getLangOpts().BracketDepth; in diagnoseOverflow()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1503 size_t BracketDepth = 0; in FindRegexVarEnd() local
1506 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()
1517 BracketDepth++; in FindRegexVarEnd()
1520 if (BracketDepth == 0) { in FindRegexVarEnd()
1526 BracketDepth--; in FindRegexVarEnd()
/external/clang/include/clang/Basic/
DLangOptions.def243 BENIGN_LANGOPT(BracketDepth, 32, 256,
/external/llvm-project/clang/lib/Parse/
DParser.cpp2525 << P.getLangOpts().BracketDepth; in diagnoseOverflow()
2541 if (getDepth() < P.getLangOpts().BracketDepth) in expectAndConsume()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.def348 BENIGN_LANGOPT(BracketDepth, 32, 256,
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1909 Opts.BracketDepth = getLastArgIntValue(Args, OPT_fbracket_depth, 256, Diags); in ParseLangArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3080 Opts.BracketDepth = getLastArgIntValue(Args, OPT_fbracket_depth, 256, Diags); in ParseLangArgs()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h13201 if (NumExpansions && SemaRef.getLangOpts().BracketDepth < NumExpansions) { in TransformCXXFoldExpr()
13204 << *NumExpansions << SemaRef.getLangOpts().BracketDepth in TransformCXXFoldExpr()