/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 30 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() 86 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet() 291 if (AliasSet *AS = findAliasSetForPointer(Pointer, Size, AAInfo)) { in getAliasSetForPointer() local 319 AliasSet &AS = addPointer(LI->getOperand(0), in add() local 335 AliasSet &AS = addPointer(SI->getOperand(1), in add() local 359 AliasSet *AS = findAliasSetForUnknownInst(Inst); in addUnknown() local 396 AliasSet &AS = const_cast<AliasSet&>(*I); in add() local 415 void AliasSetTracker::remove(AliasSet &AS) { in remove() 446 AliasSet *AS = findAliasSetForPointer(Ptr, Size, AAInfo); in remove() local 458 AliasSet *AS = findAliasSetForPointer(LI->getOperand(0), Size, AAInfo); in remove() local [all …]
|
D | ScalarEvolutionAliasAnalysis.cpp | 119 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
|
/external/clang/include/clang/AST/ |
D | DeclAccessPair.h | 36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { in make() 52 void setAccess(AccessSpecifier AS) { in setAccess() 55 void set(NamedDecl *D, AccessSpecifier AS) { in set()
|
D | UnresolvedSet.h | 47 void setAccess(AccessSpecifier AS) { I->setAccess(AS); } in setAccess() 81 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl() 99 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() 107 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } in setAccess()
|
D | ASTUnresolvedSet.h | 50 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl() 57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() 101 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { in addLazyDecl()
|
D | DependentDiagnostic.h | 43 AccessSpecifier AS, in Create()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 30 unsigned AS = V->getType()->getPointerAddressSpace(); in CastToCStr() local 42 AttributeSet AS[2]; in EmitStrLen() local 67 AttributeSet AS[2]; in EmitStrNLen() local 94 AttributeSet AS = in EmitStrChr() local 117 AttributeSet AS[3]; in EmitStrNCmp() local 144 AttributeSet AS[2]; in EmitStrCpy() local 167 AttributeSet AS[2]; in EmitStrNCpy() local 194 AttributeSet AS; in EmitMemCpyChk() local 218 AttributeSet AS; in EmitMemChr() local 240 AttributeSet AS[3]; in EmitMemCmp() local [all …]
|
/external/llvm/lib/IR/ |
D | Type.cpp | 246 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy() 250 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy() 254 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy() 258 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy() 262 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy() 266 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy() 270 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy() 274 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy() 278 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() 282 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { in getInt8PtrTy() [all …]
|
/external/clang/test/SemaCXX/ |
D | missing-header.cpp | 7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {} in CheckFallThrough() local
|
D | attr-aligned.cpp | 8 typedef struct __attribute__((aligned(8))) S2 { char c; } AS; typedef
|
/external/llvm/lib/Target/ |
D | Target.cpp | 70 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS() 78 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS() 86 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | arm-wt-22k_lib.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
/external/sonivox/arm-hybrid-22k/host_src/ |
D | arm-hybrid-22k.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | arm-fm-22k_lib.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
/external/sonivox/arm-fm-22k/host_src/ |
D | arm-fm-22k.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | arm-hybrid-22k_lib.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
/external/sonivox/arm-wt-22k/host_src/ |
D | arm-wt-22k.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
/external/eigen/test/ |
D | unalignedcount.cpp | 20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 59 unsigned AS = LI->getPointerAddressSpace(); in isSourceOfDivergence() local
|
/external/llvm/unittests/IR/ |
D | VerifierTest.cpp | 52 AttributeSet AS = F->getAttributes(); in TEST() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 417 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local 427 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local 585 unsigned AS = Context.getTargetAddressSpace(FTy); in ConvertType() local
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 899 DictScope AS(W, "AuxFunctionDef"); in printSymbol() local 918 DictScope AS(W, "AuxWeakExternal"); in printSymbol() local 928 DictScope AS(W, "AuxFileRecord"); in printSymbol() local 941 DictScope AS(W, "AuxSectionDef"); in printSymbol() local 980 DictScope AS(W, "AuxCLRToken"); in printSymbol() local
|
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 29 AccessSpecifier AS, in ParseDeclarationStartingWithTemplate() 62 AccessSpecifier AS, in ParseTemplateDeclarationOrSpecialization() 164 AccessSpecifier AS, in ParseSingleDeclarationAfterTemplate() 1266 AccessSpecifier AS) { in ParseExplicitInstantiation()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 301 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() local 356 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() local 607 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() local
|
/external/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 90 CAMLprim value llvm_datalayout_qualified_pointer_size(value AS, value DL) { in llvm_datalayout_qualified_pointer_size() 96 value AS, in llvm_datalayout_qualified_intptr_type()
|