Home
last modified time | relevance | path

Searched defs:CurrentState (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp279 auto &CurrentState = State.Stack.back(); in getInitialState() local
293 const auto &CurrentState = State.Stack.back(); in canBreak() local
366 const auto &CurrentState = State.Stack.back(); mustBreak() local
667 auto &CurrentState = State.Stack.back(); addTokenOnCurrentLine() local
935 auto &CurrentState = State.Stack.back(); addTokenOnNewLine() local
1202 const auto &CurrentState = State.Stack.back(); getNewLineColumn() local
1476 auto &CurrentState = State.Stack.back(); moveStateToNextToken() local
1671 const auto &CurrentState = State.Stack.back(); moveStatePastFakeLParens() local
1781 const auto &CurrentState = State.Stack.back(); moveStatePastScopeOpener() local
1942 auto &CurrentState = State.Stack.back(); moveStatePastScopeCloser() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h41 const State CurrentState; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h59 State CurrentState = State::Created; variable
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l582 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */ in AslDoComment() local
700 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; in AslDoCommentType2() local
H A Dcvcompiler.c177 ASL_COMMENT_STATE CurrentState, in CvProcessComment() argument
304 ASL_COMMENT_STATE CurrentState, in CvProcessCommentType2() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockPrinter.h36 State CurrentState = State::Start; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1205 int CurrentState = NullState; in emitCLRExceptionTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp217 } CurrentState = FileStart; global() member in __anon507efb2e0111::WebAssemblyAsmParser
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1692 State CurrentState; global() member in __anon185a77070111::CalledOnceChecker
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2878 ProgramStateRef CurrentState = N->getState(); VisitTrueTest() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8962 checkArmNewAttrMutualExclusion(Sema & S,const ParsedAttr & AL,const FunctionProtoType * FPT,FunctionType::ArmStateValue CurrentState,StringRef StateName) checkArmNewAttrMutualExclusion() argument