Searched defs:AS (Results 26 - 50 of 86) sorted by relevance

1234

/freebsd-10-stable/contrib/bmake/mk/sys/
H A DLinux.mk23 AS= as macro
H A DGeneric.mk32 AS?= as macro
H A DAIX.mk20 AS= as macro
H A DDarwin.mk20 AS?= as macro
H A DUnixWare.mk26 AS?= as macro
/freebsd-10-stable/share/mk/
H A Dsys.mk49 AS ?= as macro
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h41 AliasSet *AS; member in class:llvm::AliasSet::PointerRec
274 operator <<(raw_ostream &OS, const AliasSet &AS) argument
420 AliasSet &AS = getAliasSetForPointer(P, Size, TBAAInfo, &NewSet); local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DAttributes.h377 static unsigned getHashValue(AttributeSet AS) { argument
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { argument
82 removeAliasSet(AliasSet *AS) argument
303 AliasSet &AS = addPointer(LI->getOperand(0), local
316 AliasSet &AS = addPointer(SI->getOperand(1), local
376 AliasSet &AS = const_cast<AliasSet&>(*I); local
395 remove(AliasSet &AS) argument
424 AliasSet *AS = findAliasSetForPointer(Ptr, Size, TBAAInfo); local
433 AliasSet *AS = findAliasSetForPointer(LI->getOperand(0), Size, TBAAInfo); local
442 AliasSet *AS = findAliasSetForPointer(SI->getOperand(1), Size, TBAAInfo); local
449 AliasSet *AS = findAliasSetForPointer(VAAI->getOperand(0), local
507 AliasSet *AS = PtrValEnt->getAliasSet(*this); local
538 AliasSet *AS = I->second->getAliasSet(*this); local
[all...]
H A DBasicAliasAnalysis.cpp338 unsigned AS = GEPOp->getPointerAddressSpace(); local
H A DConstantFolding.cpp396 unsigned AS = PTy->getAddressSpace(); local
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp85 AttributeSet AS = Fn->getAttributes(); local
105 AttributeSet AS = CI->getAttributes(); local
116 AttributeSet AS = II->getAttributes(); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFUnit.cpp20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, argument
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DFunction.cpp144 void Argument::addAttr(AttributeSet AS) { argument
154 void Argument::removeAttr(AttributeSet AS) { argument
H A DAttributes.cpp646 AttributeSetImpl *AS = Attrs[I].pImpl; local
701 AttributeSet AS; local
754 AttributeSet AS; local
947 AttrBuilder(AttributeSet AS, unsigned Index) argument
[all...]
H A DType.cpp248 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { argument
252 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { argument
256 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { argument
260 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { argument
264 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { argument
268 getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) argument
272 getX86_MMXPtrTy(LLVMContext &C, unsigned AS) argument
276 getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) argument
280 getInt1PtrTy(LLVMContext &C, unsigned AS) argument
284 getInt8PtrTy(LLVMContext &C, unsigned AS) argument
288 getInt16PtrTy(LLVMContext &C, unsigned AS) argument
292 getInt32PtrTy(LLVMContext &C, unsigned AS) argument
296 getInt64PtrTy(LLVMContext &C, unsigned AS) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp41 AttributeSet AS[2]; local
70 AttributeSet AS[2]; local
101 AttributeSet AS = local
126 AttributeSet AS[3]; local
159 AttributeSet AS[2]; local
183 AttributeSet AS[2]; local
210 AttributeSet AS; local
238 AttributeSet AS; local
266 AttributeSet AS[3]; local
347 AttributeSet AS[2]; local
371 AttributeSet AS[2]; local
404 AttributeSet AS[3]; local
437 AttributeSet AS[3]; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp190 unsigned AS = ptr->getType()->getPointerAddressSpace(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp32 NamedDecl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS, argument
H A DParseTemplate.cpp27 ParseDeclarationStartingWithTemplate(unsigned Context, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
60 ParseTemplateDeclarationOrSpecialization(unsigned Context, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
164 ParseSingleDeclarationAfterTemplate( unsigned Context, const ParsedTemplateInfo &TemplateInfo, ParsingDeclRAIIObject &DiagsFromTParams, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
1224 ParseExplicitInstantiation(unsigned Context, SourceLocation ExternLoc, SourceLocation TemplateLoc, SourceLocation &DeclEnd, AccessSpecifier AS) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp314 unsigned AS = ST->getAddressSpace(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp427 AliasSet &AS = *I; local
722 void LICM::PromoteAliasSet(AliasSet &AS, argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp208 void DeclPrinter::Print(AccessSpecifier AS) { argument
772 AccessSpecifier AS = Base->getAccessSpecifierAsWritten(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp348 const AllocationState *AS = State->get<AllocatedData>(ArgSM); local
597 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); local
[all...]
/freebsd-10-stable/crypto/openssl/
H A DMakefile83 AS=$(CC) -c macro

Completed in 266 milliseconds

1234