Home
last modified time | relevance | path

Searched defs:AS (Results 1 – 25 of 103) sorted by relevance

12345

/external/clang/include/clang/AST/
DDeclAccessPair.h36 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()
DUnresolvedSet.h56 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()
DASTUnresolvedSet.h50 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()
DDependentDiagnostic.h43 AccessSpecifier AS, in Create()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp30 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 …]
DScalarEvolutionAliasAnalysis.cpp118 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp30 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/
DType.cpp242 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/
Dmissing-header.cpp7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {} in CheckFallThrough() local
Dattr-aligned.cpp8 typedef struct __attribute__((aligned(8))) S2 { char c; } AS; typedef
/external/sonivox/arm-wt-22k/host_src/
Darm-wt-22k.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-hybrid-22k/lib_src/
Darm-hybrid-22k_lib.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-fm-22k/lib_src/
Darm-fm-22k_lib.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-wt-22k/lib_src/
Darm-wt-22k_lib.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-fm-22k/host_src/
Darm-fm-22k.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-hybrid-22k/host_src/
Darm-hybrid-22k.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/llvm/lib/Target/
DTarget.cpp73 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/
DCOFFDumper.cpp757 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/
Dunalignedcount.cpp20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
/external/llvm/unittests/IR/
DVerifierTest.cpp52 AttributeSet AS = F->getAttributes(); in TEST() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp410 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/
DParseTemplate.cpp29 AccessSpecifier AS, in ParseDeclarationStartingWithTemplate()
62 AccessSpecifier AS, in ParseTemplateDeclarationOrSpecialization()
164 AccessSpecifier AS, in ParseSingleDeclarationAfterTemplate()
1248 AccessSpecifier AS) { in ParseExplicitInstantiation()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp297 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/
DLookup.h375 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl()
597 void replace(NamedDecl *D, AccessSpecifier AS) { in replace()
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c119 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()

12345