Searched defs:AS (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_isc_sysent.c17 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
H A Dibcs2_xenix_sysent.c16 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
H A Dibcs2_sysent.c15 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_sysent.c17 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_sysent.c15 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c16 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_sysent.c15 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/sys/kern/
H A Dinit_sysent.c14 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c18 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, argument
H A DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, argument
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp118 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr)); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclAccessPair.h36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { argument
52 void setAccess(AccessSpecifier AS) { argument
53 set(getDecl(), AS); local
55 void set(NamedDecl *D, AccessSpecifier AS) { argument
H A DASTUnresolvedSet.h53 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { argument
60 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
104 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { argument
H A DDependentDiagnostic.h38 Create(ASTContext &Context, DeclContext *Parent, AccessNonce _, SourceLocation Loc, bool IsMemberAccess, AccessSpecifier AS, NamedDecl *TargetDecl, CXXRecordDecl *NamingClass, QualType BaseObjectType, const PartialDiagnostic &PDiag) argument
H A DUnresolvedSet.h56 void setAccess(AccessSpecifier AS) { ir->setAccess(AS); } argument
119 void addDecl(NamedDecl *D, AccessSpecifier AS) { argument
139 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { argument
147 void setAccess(iterator I, AccessSpecifier AS) { argument
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp439 AttributeSet AS = PAL.getSlotAttributes(i); local
/freebsd-10-stable/contrib/llvm/lib/Target/
H A DTarget.cpp79 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { argument
87 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { argument
95 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp412 unsigned AS = Context.getTargetAddressSpace(ETy); local
422 unsigned AS = Context.getTargetAddressSpace(ETy); local
580 unsigned AS = Context.getTargetAddressSpace(FTy); local
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DSunOS.mk51 AS= as macro
H A DOpenBSD.mk22 AS?= as macro
H A DHP-UX.mk47 AS= gas macro
55 AS= as macro
H A DNetBSD.mk31 AS?= as macro
H A DOSF1.mk26 AS= as macro
H A DIRIX.mk22 AS?= as macro

Completed in 236 milliseconds

1234