/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleSlotTracker.cpp | 17 AbstractSlotTrackerStorage *AST, const MachineFunction &MF) { in processMachineFunctionMetadata() 35 AbstractSlotTrackerStorage *AST, const Module *M, in processMachineModule() 51 AbstractSlotTrackerStorage *AST, const Function *F, in processMachineFunction() 75 setProcessHook([this](AbstractSlotTrackerStorage *AST, const Function *F, in MachineModuleSlotTracker() 76 bool ShouldInitializeAllMetadata) { in MachineModuleSlotTracker()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTMerger.h | 54 ASTContext *AST; member 74 ASTContext * member 84 ASTContext * variable 97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST() argument
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 45 ASTContext &AST = S.getASTContext(); in BuiltinTypeDeclBuilder() local 89 ASTContext &AST = Record->getASTContext(); in addMemberVariable() local 160 ASTContext &AST = Record->getASTContext(); in addDefaultHandleConstructor() local 224 ASTContext &AST = Record->getASTContext(); in addArraySubscriptOperator() local 392 ASTContext &AST = SemaPtr->getASTContext(); in InitializeSema() local 429 ASTContext &AST = SemaPtr->getASTContext(); in defineHLSLVectorAlias() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 44 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST, in mergeSetIn() 106 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker() 111 void AliasSet::addMemoryLocation(AliasSetTracker &AST, in addMemoryLocation() 437 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
|
H A D | LoopAccessAnalysis.cpp | 782 AliasSetTracker AST; member in __anonaf4eb2f30111::AccessAnalysis
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringRuleContext.h | 78 ASTContext *AST = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 109 ASTContext &AST = Context.getASTContext(); in createSourceReplacements() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 20 AST = Log::ChannelFlag<1>, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 60 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 791 ASTUnit &AST, in ConfigureDiags() 808 std::unique_ptr<ASTUnit> AST(new ASTUnit(true)); in LoadFromASTFile() local 1534 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in create() local 1561 ASTUnit *AST = Unit; in LoadFromCompilerInvocationAction() local 1730 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in LoadFromCompilerInvocation() local 1818 std::unique_ptr<ASTUnit> AST; in LoadFromCommandLine() local 1946 ASTUnit &AST; member in __anone37b80710611::AugmentedCodeCompleteConsumer 1950 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
|
H A D | FrontendAction.cpp | 152 std::unique_ptr<ASTUnit> AST) { in setCurrentInput() 627 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local 695 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 94 void dropRef(AliasSetTracker &AST) { in dropRef()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 230 AliasSetTracker AST(BAA); in legalLoopMemoryAccesses() local
|
H A D | LICM.cpp | 2289 AliasSetTracker AST(BatchAA); in collectPromotionCandidates() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 154 Z3_ast AST; member in __anona2cc94240111::Z3Expr 798 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat() 819 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 70 const ARCSubtarget *AST = nullptr; member in __anon13eab7f40111::ARCOptAddrMode
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 375 Node *AST = Parser.parse(ParseParams); in itaniumDemangle() local
|
H A D | MicrosoftDemangle.cpp | 2451 SymbolNode *AST = D.parse(Name); in microsoftDemangle() local
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 225 Expression(std::unique_ptr<ExpressionAST> AST,ExpressionFormat Format) Expression() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 349 const auto &AST = ACFG->getDecl().getASTContext(); in writeCode() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 653 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 655 const ARMSubtarget &AST = MF.getSubtarget<ARMSubtarget>(); in emitAligningInstructions() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 2275 enum class AtomicArgumentOrder { API, AST }; enumerator
|