Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp141 static bool startsNextOperand(const FormatToken &Current) { in startsNextOperand()
148 static bool mustBreakBinaryOperation(const FormatToken &Current, in mustBreakBinaryOperation()
299 const FormatToken &Current = *State.NextToken; in canBreak() local
397 const FormatToken &Current = *State.NextToken; in mustBreak() local
673 const FormatToken &Current = *State.NextToken; in addTokenToState() local
711 FormatToken &Current = *State.NextToken; in addTokenOnCurrentLine() local
1037 FormatToken &Current = *State.NextToken; in addTokenOnNewLine() local
1312 FormatToken &Current = *State.NextToken; in getNewLineColumn() local
1600 const FormatToken &Current, in hasNestedBlockInlined()
1614 const FormatToken &Current = *State.NextToken; in moveStateToNextToken() local
[all …]
H A DTokenAnnotator.h70 FormatToken *Current = First; in AnnotatedLine() local
87 void addChildren(const UnwrappedLineNode &Node, FormatToken *Current) { in addChildren()
107 FormatToken *Current = First; in ~AnnotatedLine() local
H A DTokenAnnotator.cpp1236 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount()
2186 void modifyContext(const FormatToken &Current) { in modifyContext()
2302 static FormatToken *untilMatchingParen(FormatToken *Current) { in untilMatchingParen()
2317 static bool isDeductionGuide(FormatToken &Current) { in isDeductionGuide()
2357 void determineTokenType(FormatToken &Current) { in determineTokenType()
3589 FormatToken *Current; member in clang::format::__anonadd98d890111::ExpressionParser
3772 const FormatToken &Current, in isFunctionDeclarationName()
4073 for (auto *Current = First->Next; Current; Current = Current->Next) { in calculateFormattingInformation() local
4190 for (auto *Current = First; Current; Current = Current->Next) { in calculateFormattingInformation() local
4209 FormatToken *Current = Line.Last; in calculateUnbreakableTailLengths() local
/freebsd/contrib/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
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c255 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlInputFileExists() local
288 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlSwitchFileSet() local
339 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlGetFileHandle() local
381 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlGetFileNode() local
H A Dcvparser.c375 ACPI_COMMENT_ADDR_NODE *Current = AcpiGbl_CommentAddrListHead; in CvCommentExists() local
452 ACPI_FILE_NODE *Current = Head; in CvFilenameExists() local
493 ACPI_FILE_NODE *Current = Head; in CvFileAddressLookup() local
H A Dcvcompiler.c395 ACPI_COMMENT_NODE *Current = NULL; in CvCalculateCommentLengths() local
494 ACPI_COMMENT_NODE *Current; in CgWriteAmlDefBlockComment() local
611 ACPI_COMMENT_NODE *Current; in CgWriteAmlComment() local
H A Dcvdisasm.c190 ACPI_COMMENT_NODE *Current = CommentList; in CvPrintOneCommentList() local
512 ACPI_FILE_NODE *Current; in CvSwitchFiles() local
H A Daslerror.c1129 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList; in AslCheckExpectedExceptions() local
1232 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList; in AslLogExpectedExceptionByLine() local
1380 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList; in AslIsExceptionExpected() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h51 CurrentSourceLocExprScope &Current) in SourceLocExprScopeGuard()
67 CurrentSourceLocExprScope &Current; variable
H A DAttrIterator.h46 mutable Iterator Current; variable
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DOutlinedHashTree.cpp28 const auto *Current = Stack.pop_back_val(); in walkGraph() local
73 HashNode *Current = getRoot(); in insert() local
120 const HashNode *Current = getRoot(); in find() local
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmswitch.c196 ACPI_PARSE_OBJECT_LIST *Current; in AcpiDmProcessSwitch() local
309 ACPI_PARSE_OBJECT_LIST *Current; in AcpiDmClearTempList() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp66 const char *Current = Part.begin(); in parseDXILHeader() local
141 const char *Current = Data.getBuffer().data() + sizeof(dxbc::Header); in parsePartOffsets() local
235 const char *Current = Buffer.data() + Offset; in updateIteratorImpl() local
245 const char *Current = PartData.begin(); in parse() local
289 const char *Current = Data.begin(); in parse() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp93 CacheEntry *Current = MostRecentlyUsed; in find() local
123 CacheEntry *Current = nullptr; add() local
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpander.cpp21 StringRef Current = Code; in emit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h43 BaseIter Current, End; variable
82 : Current(Current), End(End) { in Current() argument
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp33 const RetireControlUnit::RUToken &Current = RCU.getCurrentToken(); in cycleStart() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h106 LatticeJoinEffect widenTypeErased(TypeErasedLattice &Current, in widenTypeErased()
148 static LatticeJoinEffect widenInternal(Rank1, const Lattice &Current, in widenInternal()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h61 unsigned Current; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h47 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DDirectiveNameParser.cpp32 DirectiveNameParser::consume(const State *Current, StringRef Tok) const { in consume() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h133 StringRef::iterator Current; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp132 for (const Module *Current = this; Current; Current = Current->Parent) { in isUnimportable() local
183 for (const Module *Current = this; Current; Current = Current->Parent) { in isAvailable() local
336 Module *Current = Stack.pop_back_val(); in markUnavailable() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp86 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange() local

123456