| /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 | 56 void setAccess(AccessSpecifier AS) { ir->setAccess(AS); } in setAccess() 119 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl() 139 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() 147 void setAccess(iterator I, AccessSpecifier 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/Analysis/ |
| D | AliasSetTracker.cpp | 30 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() 81 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet() 278 if (AliasSet *AS = findAliasSetForPointer(Pointer, Size, TBAAInfo)) { in getAliasSetForPointer() local 302 AliasSet &AS = addPointer(LI->getOperand(0), in add() local 315 AliasSet &AS = addPointer(SI->getOperand(1), in add() local 338 AliasSet *AS = findAliasSetForUnknownInst(Inst); in addUnknown() local 375 AliasSet &AS = const_cast<AliasSet&>(*I); in add() local 394 void AliasSetTracker::remove(AliasSet &AS) { in remove() 423 AliasSet *AS = findAliasSetForPointer(Ptr, Size, TBAAInfo); in remove() local 432 AliasSet *AS = findAliasSetForPointer(LI->getOperand(0), Size, TBAAInfo); in remove() local [all …]
|
| D | ScalarEvolutionAliasAnalysis.cpp | 118 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | BuildLibCalls.cpp | 30 unsigned AS = V->getType()->getPointerAddressSpace(); in CastToCStr() local 42 AttributeSet AS[2]; in EmitStrLen() local 71 AttributeSet AS[2]; in EmitStrNLen() local 102 AttributeSet AS = in EmitStrChr() local 127 AttributeSet AS[3]; in EmitStrNCmp() local 160 AttributeSet AS[2]; in EmitStrCpy() local 184 AttributeSet AS[2]; in EmitStrNCpy() local 211 AttributeSet AS; in EmitMemCpyChk() local 239 AttributeSet AS; in EmitMemChr() local 267 AttributeSet AS[3]; in EmitMemCmp() local [all …]
|
| /external/llvm/lib/IR/ |
| D | Type.cpp | 242 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy() 246 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy() 250 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy() 254 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy() 258 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy() 262 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy() 266 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy() 270 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy() 274 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() 278 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/sonivox/arm-wt-22k/host_src/ |
| D | arm-wt-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-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-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-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/host_src/ |
| D | arm-hybrid-22k.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
| /external/llvm/lib/Target/ |
| D | Target.cpp | 73 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS() 81 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS() 89 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
|
| /external/llvm/tools/llvm-readobj/ |
| D | COFFDumper.cpp | 757 DictScope AS(W, "AuxFunctionDef"); in printSymbol() local 778 DictScope AS(W, "AuxWeakExternal"); in printSymbol() local 789 DictScope AS(W, "AuxFileRecord"); in printSymbol() local 800 DictScope AS(W, "AuxSectionDef"); in printSymbol() local 836 DictScope AS(W, "AuxCLRToken"); in printSymbol() local
|
| /external/eigen/test/ |
| D | unalignedcount.cpp | 20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
|
| /external/llvm/unittests/IR/ |
| D | VerifierTest.cpp | 52 AttributeSet AS = F->getAttributes(); in TEST() local
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenTypes.cpp | 410 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local 420 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local 578 unsigned AS = Context.getTargetAddressSpace(FTy); in ConvertType() local
|
| /external/clang/lib/Parse/ |
| D | ParseTemplate.cpp | 29 AccessSpecifier AS, in ParseDeclarationStartingWithTemplate() 62 AccessSpecifier AS, in ParseTemplateDeclarationOrSpecialization() 164 AccessSpecifier AS, in ParseSingleDeclarationAfterTemplate() 1248 AccessSpecifier AS) { in ParseExplicitInstantiation()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | MacOSKeychainAPIChecker.cpp | 297 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() local 348 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() local 597 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() local
|
| /external/clang/include/clang/Sema/ |
| D | Lookup.h | 375 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl() 597 void replace(NamedDecl *D, AccessSpecifier AS) { in replace()
|
| /external/llvm/bindings/ocaml/target/ |
| D | target_ocaml.c | 119 CAMLprim value llvm_datalayout_qualified_pointer_size(value AS, value DL) { in llvm_datalayout_qualified_pointer_size() 125 value AS, in llvm_datalayout_qualified_intptr_type()
|