Home
last modified time | relevance | path

Searched defs:AD (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h236 struct AD { struct
256 struct AD AvailabilityData; argument
H A DTemplate.h166 auto AD = TemplateArgumentLists[getNumLevels() - Depth - 1] in getAssociatedDecl() local
/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp31 APInt AD = D.abs(); in get() local
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp259 using AD = AssignDeleter<Del&&>; in test_sfinae() typedef
267 using AD = AssignDeleter<Del&>; in test_sfinae() typedef
275 using AD = AssignDeleter<Del const&>; in test_sfinae() typedef
/llvm-project/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp101 struct AD : B8, B1, virtual B0 { struct
102 AD() { printf("AD = %p\n", this); } in AD() argument
/llvm-project/clang/test/SemaTemplate/
H A Dms-unqualified-base-class.cpp73 AggregateDerived<int> AD{2}; in main() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dast-types.cpp82 A::D AD; variable
/llvm-project/clang/test/FixIt/
H A Dfixit.cpp170 class AD {}; class
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h213 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp835 Value *AD = Builder.CreateFMul(Op.LHS.first, Op.RHS.second, "mul_ad"); EmitBinMul() local
928 llvm::Value *AD = Builder.CreateFMul(LHSr, RHSi); // a*d EmitAlgebraicDiv() local
H A DCGClass.cpp1225 AssignmentMemcpyizer(CodeGenFunction &CGF, const CXXMethodDecl *AD, in AssignmentMemcpyizer() argument
H A DCodeGenModule.cpp7036 auto *AD = cast<FileScopeAsmDecl>(D); EmitTopLevelDecl() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp567 AnalysisDeclContext *AD = getRuntimeDefinition() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4502 SDValue AD = in trySETCC() local
4541 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue, in trySETCC() local
4548 SDValue AD = SDValue(CurDAG->getMachineNode(PPC::ADDI, dl, MVT::i32, Op, in trySETCC() local
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp268 if (auto *AD = dyn_cast<TypeAliasDecl>(this)) getDescribedTemplate() local
H A DDecl.cpp1935 if (auto *AD = dyn_cast<ObjCCompatibleAliasDecl>(ND)) getUnderlyingDeclImpl() local
1938 if (auto *AD = dyn_cast<NamespaceAliasDecl>(ND)) getUnderlyingDeclImpl() local
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp849 Decl *AD = ParseAliasDeclarationAfterDeclarator( ParseUsingDeclaration() local
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2466 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); runAnalysis() local
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3193 if (auto *AD = dyn_cast<NamespaceAliasDecl>(Namespace)) getNamespace() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1761 VisitFileScopeAsmDecl(FileScopeAsmDecl * AD) VisitFileScopeAsmDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1264 AccessSpecDecl* AD VisitAccessSpecDecl() local
H A DSemaDeclCXX.cpp11634 if (NamespaceAliasDecl *AD = dyn_cast_or_null<NamespaceAliasDecl>(D)) getNamespaceDecl() local
13502 if (NamespaceAliasDecl *AD = dyn_cast<NamespaceAliasDecl>(PrevDecl)) { ActOnNamespaceAliasDef() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp498 InlineAsm::AsmDialect AD; LLVMGetInlineAsm() local
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp1582 if (auto *AD = dyn_cast<TypeAliasDecl>(Child)) { TEST_P() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10143 APInt AD = A.lshr(Mult2).trunc(BW - Mult2); // AD = A / D SolveLinEquationWithOverflow() local

12