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

1234567

/freebsd-current/sys/i386/linux/
H A Dlinux_sysent.c13 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_t)) macro
[all...]
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_sysent.c14 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_t)) macro
[all...]
/freebsd-current/sys/amd64/linux/
H A Dlinux_sysent.c13 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_t)) macro
[all...]
/freebsd-current/sys/arm64/linux/
H A Dlinux_sysent.c13 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_t)) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWasmAddressSpaces.h34 inline bool isDefaultAddressSpace(unsigned AS) { argument
37 inline bool isWasmVarAddressSpace(unsigned AS) { argument
40 inline bool isValidAddressSpace(unsigned AS) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp24 llvm::parseStatepointDirectivesFromAttrs(AttributeList AS) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributeMask.h38 AttributeMask(AttributeSet AS) { argument
/freebsd-current/sys/kern/
H A Dinit_sysent.c11 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_t)) macro
[all...]
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c12 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_t)) macro
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclAccessPair.h35 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { argument
51 void setAccess(AccessSpecifier AS) { argument
52 set(getDecl(), AS); local
54 void set(NamedDecl *D, AccessSpecifier AS) { argument
H A DASTUnresolvedSet.h55 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { argument
62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
112 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { argument
H A DUnresolvedSet.h53 void setAccess(AccessSpecifier AS) { I->setAccess(AS); } argument
95 void addDecl(NamedDecl *D, AccessSpecifier AS) { argument
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { argument
129 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAVR.cpp123 LangAS AS = D->getType().getAddressSpace(); variable
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp127 unsigned AS = GV.getAddressSpace(); local
H A DAMDGPUAliasAnalysis.cpp102 unsigned AS = Loc.Ptr->getType()->getPointerAddressSpace(); local
H A DAMDGPU.h402 inline bool isFlatGlobalAddrSpace(unsigned AS) { argument
409 inline bool isExtendedGlobalAddrSpace(unsigned AS) { argument
[all...]
H A DAMDGPULateCodeGenPrepare.cpp114 unsigned AS = LI.getPointerAddressSpace(); local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp93 bool VisitAttributedStmt(AttributedStmt *AS) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.cpp82 static bool isConstOrParam(unsigned AS) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.h68 unsigned AS = PT->getAddressSpace(); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp106 std::set<RegisterId> AS; local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp46 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr)); local
H A DAssumptionCache.cpp139 unsigned AS; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h77 inline bool isTargetAddressSpace(LangAS AS) { argument
81 inline unsigned toTargetAddressSpace(LangAS AS) { argument
91 inline bool isPtrSizeAddressSpace(LangAS AS) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp76 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { argument
84 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { argument
92 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { argument

Completed in 609 milliseconds

1234567