Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp132 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter()
291 const FormatToken &Current = *State.NextToken; in canBreak() local
372 const FormatToken &Current = *State.NextToken; in mustBreak() local
636 const FormatToken &Current = *State.NextToken; in addTokenToState() local
674 FormatToken &Current = *State.NextToken; in addTokenOnCurrentLine() local
942 FormatToken &Current = *State.NextToken; in addTokenOnNewLine() local
1211 FormatToken &Current = *State.NextToken; in getNewLineColumn() local
1484 const FormatToken &Current, in hasNestedBlockInlined()
1498 const FormatToken &Current = *State.NextToken; in moveStateToNextToken() local
1677 const FormatToken &Current = *State.NextToken; in moveStatePastFakeLParens() local
[all …]
H A DTokenAnnotator.h68 FormatToken *Current = First; in AnnotatedLine() local
85 void addChildren(const UnwrappedLineNode &Node, FormatToken *Current) { in addChildren()
105 FormatToken *Current = First; in ~AnnotatedLine() local
H A DTokenAnnotator.cpp1246 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount()
2169 void modifyContext(const FormatToken &Current) { in modifyContext()
2285 static FormatToken *untilMatchingParen(FormatToken *Current) { in untilMatchingParen()
2300 static bool isDeductionGuide(FormatToken &Current) { in isDeductionGuide()
2340 void determineTokenType(FormatToken &Current) { in determineTokenType()
3525 FormatToken *Current; member in clang::format::__anonadd98d890111::ExpressionParser
3692 const FormatToken &Current, in isFunctionDeclarationName()
3872 FormatToken *Current = First->Next; in calculateFormattingInformation() local
4088 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 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 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 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.h43 mutable Iterator Current; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTree.cpp28 const auto *Current = Stack.pop_back_val(); in walkGraph() local
73 HashNode *Current = getRoot(); in insert() local
121 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/libunwind/src/
H A DFrameHeaderCache.hpp93 CacheEntry *Current = MostRecentlyUsed; in find() local
123 CacheEntry *Current = nullptr; add() local
[all...]
/freebsd/contrib/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
/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.h42 BaseIter Current, End; variable
81 : 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.h45 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h127 StringRef::iterator Current; global() variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp137 for (const Module *Current = this; Current; Current = Current->Parent) { in isUnimportable() local
188 for (const Module *Current = this; Current; Current = Current->Parent) { in isAvailable() local
342 Module *Current = Stack.back(); in markUnavailable() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h132 InterpFrame *Current = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp87 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange() local

123456