Searched defs:AS (Results 1 - 25 of 86) sorted by last modified time

1234

/freebsd-10-stable/share/mk/
H A Dsys.mk49 AS ?= as macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp1856 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, argument
6966 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7310 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, AttributeList *AttrList, bool IsInstantiation, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7713 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type) argument
12741 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument
[all...]
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DUnixWare.mk26 AS?= as macro
H A DSunOS.mk51 AS= as macro
H A DOpenBSD.mk22 AS?= as macro
H A DOSF1.mk26 AS= as macro
H A DNetBSD.mk31 AS?= as macro
H A DLinux.mk23 AS= as macro
H A DIRIX.mk22 AS?= as macro
H A DHP-UX.mk47 AS= gas macro
55 AS= as macro
H A DGeneric.mk32 AS?= as macro
H A DDarwin.mk20 AS?= as macro
H A DAIX.mk20 AS= as macro
/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/sys/i386/linux/
H A Dlinux_sysent.c15 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_sysent.c15 #define AS(name) (sizeof(struct name) / sizeof(register_t)) macro
[all...]
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...]
/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/linux32/
H A Dlinux32_sysent.c16 #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/crypto/openssl/
H A DMakefile83 AS=$(CC) -c macro
/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/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...]

Completed in 397 milliseconds

1234