/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 42 const FormatToken *Previous = Tok.getPreviousNonComment(); in shouldUnindentNextOperator() local 134 const FormatToken &Previous = *Current.Previous; in startsNextParameter() local 292 const FormatToken &Previous = *Current.Previous; canBreak() local 365 const FormatToken &Previous = *Current.Previous; mustBreak() local 628 const FormatToken &Previous = *State.NextToken->Previous; addTokenToState() local 666 const FormatToken &Previous = *State.NextToken->Previous; addTokenOnCurrentLine() local 934 const FormatToken &Previous = *State.NextToken->Previous; addTokenOnNewLine() local 1209 const FormatToken &Previous = *Current.Previous; getNewLineColumn() local 1460 hasNestedBlockInlined(const FormatToken * Previous,const FormatToken & Current,const FormatStyle & Style) hasNestedBlockInlined() argument 1515 const FormatToken *Previous = Current.Previous; moveStateToNextToken() local 1576 const FormatToken *Previous = Current.getPreviousNonComment(); moveStateToNextToken() local 1658 const FormatToken *Previous = Current.getPreviousNonComment(); moveStatePastFakeLParens() local [all...] |
H A D | TokenAnnotator.cpp | 155 const FormatToken &Previous = *CurrentToken->Previous; // The '<'. parseAngle() local 251 if (FormatToken *Previous = CurrentToken->getPreviousNonComment()) { parseAngle() local 791 FormatToken *Previous = CurrentToken->getPreviousNonComment(); parseSquare() local 906 FormatToken *Previous = CurrentToken->getPreviousNonComment(); parseBrace() local 1056 if (FormatToken *Previous = Tok->getPreviousNonComment()) consumeToken() local 1229 if (const auto *Previous = Tok->Previous; consumeToken() local 1243 FormatToken *Previous = Tok->getPreviousNonComment(); consumeToken() local 1263 FormatToken *Previous = Tok->getPreviousNonComment(); consumeToken() local 1307 auto Previous = CurrentToken->getPreviousNonComment(); consumeToken() local 1867 for (FormatToken *Previous = Current.Previous; modifyContext() local 1902 for (FormatToken *Previous = Current.Previous; modifyContext() local 2182 const FormatToken *Previous = AtToken.getPreviousNonComment(); determineTokenType() local 3335 const auto *Previous = Current.Previous; isFunctionDeclarationName() local 4160 const FormatToken *Previous = &Left; spaceRequiredBetween() local 5688 const FormatToken *Previous = Right.MatchingParen->Previous; canBreakBefore() local [all...] |
H A D | UnwrappedLineParser.cpp | 333 const FormatToken *Previous = Tokens->getPreviousToken(); precededByCommentOrPPDirective() local 840 const FormatToken *Previous = Tokens->getPreviousToken(); parseBlock() local 1376 FormatToken *Previous = FormatTok; readTokenWithJavaScriptASI() local 1690 const FormatToken *Previous = FormatTok->Previous; parseStructuralElement() local 2333 const FormatToken *Previous = FormatTok->Previous; tryToParseLambdaIntroducer() local 2869 const FormatToken *Previous = Tokens->getPreviousToken(); parseIfThenElse() local 3971 FormatToken *Previous = FormatTok->Previous; parseRecord() local 4635 FormatToken *Previous = FormatTok; nextToken() local [all...] |
H A D | QualifierAlignmentFixer.cpp | 435 const FormatToken *const Previous = Tok->getPreviousNonComment(); analyzeLeft() local 490 const FormatToken *Previous = nullptr; analyzeLeft() local [all...] |
H A D | WhitespaceManager.cpp | 469 for (int Previous = i - 1; AlignTokenSequence() local 834 FormatToken *Previous = C.Tok->getPreviousNonComment(); alignConsecutiveAssignments() local 1029 FormatToken *Previous = C.Tok->getPreviousNonComment(); alignChainedConditionals() local 1305 const FormatToken *Previous = Changes[Next->Index].Tok->Previous; alignArrayInitializersRightJustified() local [all...] |
H A D | UnwrappedLineFormatter.cpp | 499 if (Previous) { in tryFitMultipleLinesInOne() local 1024 FormatToken &Previous = *State.NextToken->Previous; formatChildren() local 1185 StateNode *Previous; global() member [all...] |
/freebsd-src/contrib/llvm-project/libunwind/src/ |
H A D | FrameHeaderCache.hpp | 94 CacheEntry *Previous = nullptr; in find() local 130 CacheEntry *Previous = nullptr; in add() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | edit_distance.h | 80 unsigned Previous = y - 1; variable
|
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | dmswitch.c | 197 ACPI_PARSE_OBJECT_LIST *Previous; in AcpiDmProcessSwitch() local
|
H A D | acfileio.c | 194 ACPI_NEW_TABLE_DESC *Previous = Current; in AcDeleteTableList() local
|
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | cvdisasm.c | 191 ACPI_COMMENT_NODE *Previous; in CvPrintOneCommentList() local
|
H A D | preprocess.h | 202 struct pr_define_info *Previous; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 53 ASTDeserializationListener *Previous; member in __anon6da977990111::DelegatingDeserializationListener 58 ASTDeserializationListener *Previous, bool DeletePrevious) in DelegatingDeserializationListener() argument 101 DeserializedDeclsDumper(ASTDeserializationListener * Previous,bool DeletePrevious) DeserializedDeclsDumper() argument 126 DeserializedDeclsChecker(ASTContext & Ctx,const std::set<std::string> & NamesToCheck,ASTDeserializationListener * Previous,bool DeletePrevious) DeserializedDeclsChecker() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | StringTableBuilder.cpp | 150 StringRef Previous; in finalizeStringTable() local
|
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmresrc.c | 309 BOOLEAN Previous = FALSE; in AcpiDmBitList() local
|
/freebsd-src/sys/contrib/dev/acpica/components/hardware/ |
H A D | hwpci.c | 441 ACPI_PCI_DEVICE *Previous; in AcpiHwDeletePciList() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenCommonISel.cpp | 134 MachineBasicBlock::iterator Previous = SplitPoint; in findSplitPointForStackProtector() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.h | 57 unsigned Previous; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 108 widenTypeErased(TypeErasedLattice & Current,const TypeErasedLattice & Previous) widenTypeErased() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 107 SourceLocation Loc, PresumedLoc Previous) { in PrintDifference()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 301 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous; global() variable
|
H A D | Redeclarable.h | 98 using Previous = Decl *; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 724 maybeAddCUDAHostDeviceAttrs(FunctionDecl * NewD,const LookupResult & Previous) maybeAddCUDAHostDeviceAttrs() argument 980 checkCUDATargetOverload(FunctionDecl * NewFD,const LookupResult & Previous) checkCUDATargetOverload() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling.cpp | 225 if (Previous == XRayLogFlushStatus::XRAY_LOG_FLUSHING) { in profilingFlush() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3408 auto &Previous = Reader.AnonymousDeclarationsForMerging[CanonDC]; getAnonymousDeclForMerging() local 3432 auto &Previous = Reader.AnonymousDeclarationsForMerging[CanonDC]; setAnonymousDeclForMerging() local 3563 mergeInheritableAttributes(ASTReader & Reader,Decl * D,Decl * Previous) mergeInheritableAttributes() argument 3585 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<DeclT> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument 3595 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<VarDecl> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument 3623 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<FunctionDecl> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument 3714 attachPreviousDecl(ASTReader & Reader,Decl * D,Decl * Previous,Decl * Canon) attachPreviousDecl() argument [all...] |