Home
last modified time | relevance | path

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

12345

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp278 const FormatToken &Current = *State.NextToken; in canBreak() local
330 const FormatToken &Current = *State.NextToken; in mustBreak() local
528 const FormatToken &Current = *State.NextToken; in addTokenToState() local
564 FormatToken &Current = *State.NextToken; in addTokenOnCurrentLine() local
758 FormatToken &Current = *State.NextToken; in addTokenOnNewLine() local
966 FormatToken &Current = *State.NextToken; in getNewLineColumn() local
1177 const FormatToken &Current = *State.NextToken; in moveStateToNextToken() local
1324 const FormatToken &Current = *State.NextToken; in moveStatePastFakeLParens() local
1432 const FormatToken &Current = *State.NextToken; in moveStatePastScopeOpener() local
1574 const FormatToken &Current = *State.NextToken; in moveStatePastScopeCloser() local
[all …]
H A DTokenAnnotator.cpp786 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount()
1435 void modifyContext(const FormatToken &Current) { in modifyContext()
1498 static FormatToken *untilMatchingParen(FormatToken *Current) { in untilMatchingParen()
1513 static bool isDeductionGuide(FormatToken &Current) { in isDeductionGuide()
1562 void determineTokenType(FormatToken &Current) { in determineTokenType()
2261 FormatToken *Current; member in clang::format::__anon5c80522a0111::ExpressionParser
2345 static bool isFunctionDeclarationName(const FormatToken &Current, in isFunctionDeclarationName()
2474 FormatToken *Current = Line.First->Next; in calculateFormattingInformation() local
2581 FormatToken *Current = Line.Last; in calculateUnbreakableTailLengths() local
H A DTokenAnnotator.h54 FormatToken *Current = First; in AnnotatedLine() local
76 FormatToken *Current = First; in ~AnnotatedLine() local
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local
34 delete *Current; in ~ManagedStringPool() local
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Daslfiles.c147 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlInputFileExists() local
180 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlSwitchFileSet() local
231 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlGetFileHandle() local
271 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList; in FlGetFileNode() local
H A Dcvcompiler.c287 ACPI_COMMENT_NODE *Current = NULL; in CvCalculateCommentLengths() local
386 ACPI_COMMENT_NODE *Current; in CgWriteAmlDefBlockComment() local
503 ACPI_COMMENT_NODE *Current; in CgWriteAmlComment() local
H A Dcvparser.c267 ACPI_COMMENT_ADDR_NODE *Current = AcpiGbl_CommentAddrListHead; in CvCommentExists() local
344 ACPI_FILE_NODE *Current = Head; in CvFilenameExists() local
385 ACPI_FILE_NODE *Current = Head; in CvFileAddressLookup() local
H A Dcvdisasm.c82 ACPI_COMMENT_NODE *Current = CommentList; in CvPrintOneCommentList() local
404 ACPI_FILE_NODE *Current; in CvSwitchFiles() local
H A Daslerror.c1021 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList; in AslCheckExpectedExceptions() local
1124 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList; in AslLogExpectedExceptionByLine() local
1272 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList; in AslIsExceptionExpected() local
H A Daslcodegen.c437 ACPI_COMMENT_NODE *Current; in CgWriteTableHeader() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h52 CurrentSourceLocExprScope &Current) in SourceLocExprScopeGuard()
68 CurrentSourceLocExprScope &Current; variable
H A DAttrIterator.h44 mutable Iterator Current; variable
/netbsd/sys/external/bsd/acpica/dist/common/
H A Ddmswitch.c88 ACPI_PARSE_OBJECT_LIST *Current; in AcpiDmProcessSwitch() local
201 ACPI_PARSE_OBJECT_LIST *Current; in AcpiDmClearTempList() local
H A Dacfileio.c85 ACPI_NEW_TABLE_DESC *Current = ListHead; in AcDeleteTableList() local
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp22 StringRef Current = Code; in emit() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h42 BaseIter Current, End; variable
81 : Current(Current), End(End) { in Current() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DRetireStage.cpp33 const RetireControlUnit::RUToken &Current = RCU.getCurrentToken(); in cycleStart() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSourceMgr.h31 unsigned Current; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpState.h104 InterpFrame *Current = nullptr; variable
/netbsd/external/gpl2/dtc/dist/
H A Dsrcpos.h70 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/netbsd/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetests.c526 ACPI_ADDRESS_RANGE *Current; in AeGlobalAddressRangeCheck() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h128 StringRef::iterator Current; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp136 for (const Module *Current = this; Current; Current = Current->Parent) { in isUnimportable() local
165 for (const Module *Current = this; Current; Current = Current->Parent) { in isAvailable() local
313 Module *Current = Stack.back(); in markUnavailable() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DSymbolicFile.h68 content_type Current; variable

12345