Home
last modified time | relevance | path

Searched defs:Current (Results 1 – 25 of 135) sorted by relevance

123456

/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp59 const RetireControlUnit::RUToken &Current = Queue[CurrentInstructionSlotIdx]; in getCurrentToken() local
68 const RetireControlUnit::RUToken &Current = getCurrentToken(); in computeNextSlotIdx() local
78 RetireControlUnit::RUToken &Current = Queue[CurrentInstructionSlotIdx]; in consumeCurrentToken() local
/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp132 startsNextParameter(const FormatToken & Current,const FormatStyle & Style) startsNextParameter() argument
291 const FormatToken &Current = *State.NextToken; canBreak() local
372 const FormatToken &Current = *State.NextToken; mustBreak() local
636 const FormatToken &Current = *State.NextToken; addTokenToState() local
674 FormatToken &Current = *State.NextToken; addTokenOnCurrentLine() local
944 FormatToken &Current = *State.NextToken; addTokenOnNewLine() local
1213 FormatToken &Current = *State.NextToken; getNewLineColumn() local
1486 hasNestedBlockInlined(const FormatToken * Previous,const FormatToken & Current,const FormatStyle & Style) hasNestedBlockInlined() argument
1500 const FormatToken &Current = *State.NextToken; moveStateToNextToken() local
1679 const FormatToken &Current = *State.NextToken; moveStatePastFakeLParens() local
1808 const FormatToken &Current = *State.NextToken; moveStatePastScopeOpener() local
1970 const FormatToken &Current = *State.NextToken; moveStatePastScopeCloser() local
2062 reformatRawStringLiteral(const FormatToken & Current,LineState & State,const FormatStyle & RawStringStyle,bool DryRun,bool Newline) reformatRawStringLiteral() argument
2209 addMultilineToken(const FormatToken & Current,LineState & State) addMultilineToken() argument
2225 handleEndOfLine(const FormatToken & Current,LineState & State,bool DryRun,bool AllowBreak,bool Newline) handleEndOfLine() argument
2281 getEnclosingFunctionName(const FormatToken & Current) getEnclosingFunctionName() argument
2300 getRawStringStyle(const FormatToken & Current,const LineState & State) getRawStringStyle() argument
2319 createBreakableToken(const FormatToken & Current,LineState & State,bool AllowBreak) createBreakableToken() argument
2436 breakProtrudingToken(const FormatToken & Current,LineState & State,bool AllowBreak,bool DryRun,bool Strict) breakProtrudingToken() argument
2825 const FormatToken &Current = *State.NextToken; nextIsMultilineString() local
[all...]
H A DTokenAnnotator.h68 FormatToken *Current = First; AnnotatedLine() local
85 addChildren(const UnwrappedLineNode & Node,FormatToken * Current) addChildren() argument
105 FormatToken *Current = First; ~AnnotatedLine() local
[all...]
H A DTokenAnnotator.cpp1232 updateParameterCount(FormatToken * Left,FormatToken * Current) updateParameterCount() argument
2153 modifyContext(const FormatToken & Current) modifyContext() argument
2269 untilMatchingParen(FormatToken * Current) untilMatchingParen() argument
2284 isDeductionGuide(FormatToken & Current) isDeductionGuide() argument
2324 determineTokenType(FormatToken & Current) determineTokenType() argument
3496 FormatToken *Current; global() member in clang::format::__anon97a2a5fc0111::ExpressionParser
3662 isFunctionDeclarationName(const LangOptions & LangOpts,const FormatToken & Current,const AnnotatedLine & Line,FormatToken * & ClosingParen) isFunctionDeclarationName() argument
3842 FormatToken *Current = First->Next; calculateFormattingInformation() local
4052 FormatToken *Current = Line.Last; calculateUnbreakableTailLengths() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h51 CurrentSourceLocExprScope &Current) in SourceLocExprScopeGuard()
67 CurrentSourceLocExprScope &Current; variable
H A DAttrIterator.h43 mutable Iterator Current; global() variable
[all...]
/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTree.cpp
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpander.cpp21 StringRef Current = Code; in emit() local
/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp93 CacheEntry *Current = MostRecentlyUsed; in find() local
123 CacheEntry *Current = nullptr; in add() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.h68 ArrayRef<Token>::iterator Current; variable
/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp66 const char *Current = Part.begin(); in parseDXILHeader() local
132 const char *Current = Data.getBuffer().data() + sizeof(dxbc::Header); in parsePartOffsets() local
222 const char *Current = Buffer.data() + Offset; in updateIteratorImpl() local
234 const char *Current = Data.begin(); in parse() local
/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp33 const RetireControlUnit::RUToken &Current = RCU.getCurrentToken(); in cycleStart() local
/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h61 unsigned Current; variable
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h45 getBlockWithSuccs(BlockPtrTy Current) getBlockWithSuccs() argument
/llvm-project/llvm/include/llvm/Option/
H A DArgList.h42 BaseIter Current, End; variable
81 : Current(Current), End(End) { in Current() argument
/llvm-project/llvm/unittests/BinaryFormat/
H A DMachOTest.cpp36 unsigned char *Current = Valid32BitMachO + sizeof(mach_header); TEST() local
/llvm-project/lldb/unittests/Utility/
H A DVASprintfTest.cpp52 std::string Current(::setlocale(LC_ALL, nullptr)); in TEST() local
/llvm-project/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp92 struct Current : Derived { struct
94Current() : Derived(1), ::Derived(), // expected-warning {{initializer order does not match the de… in Current() argument
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h106 LatticeJoinEffect widenTypeErased(TypeErasedLattice &Current, in widenTypeErased() argument
148 static LatticeJoinEffect widenInternal(Rank1, const Lattice &Current, in widenInternal() argument
/llvm-project/llvm/unittests/ADT/
H A DLazyAtomicPointerTest.cpp27 bool Current = false; in TEST() local
/llvm-project/offload/DeviceRTL/src/
H A DMisc.cpp98 Right = Current; in indirectCallLookup() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h132 StringRef::iterator Current; variable
/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMacroRepeatedSideEffectsCheck.cpp79 unsigned Current = 0; in countArgumentExpansions() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp87 uint32_t RangeStart = *Current; in getCodeRange() local

123456