HomeSort by relevance Sort by last modified time
    Searched defs:ArgType (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/sandbox/win/src/
internal_types.h 17 enum ArgType {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 57 enum ArgType {
137 ArgType width() const { return width_; }
160 ArgType width,
181 ArgType width_; // Whether we are looking at a 32/64bit value.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 330 Type * ArgType = P.Val->getType();
349 ArgType, Addrspace));
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 330 Type * ArgType = P.Val->getType();
349 ArgType, Addrspace));
  /external/clang/lib/AST/
DeclTemplate.cpp 186 QualType ArgType = Context.getTypeDeclType(TTP);
188 ArgType = Context.getPackExpansionType(ArgType, None);
190 Arg = TemplateArgument(ArgType);
    [all...]
ExprCXX.cpp 222 const QualType ArgType = Arg->getType();
224 if (ArgType->isDependentType() && !ArgType->isPointerType())
227 return ArgType->getAs<PointerType>()->getPointeeType();
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/test/CodeGenCXX/
destructors.cpp 352 struct ArgType {
353 ~ArgType();
356 void f1(const ArgType& = ArgType());
362 // CHECK: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 155 Type *ArgType = F.getFunctionType()->getParamType(0);
156 switch (ArgType->getTypeID()) {
  /external/clang/include/clang/AST/
ExprObjC.h 698 QualType ArgType;
702 ArgType = (*P)->getType();
707 ArgType = (*P)->getType();
709 if (ArgType.isNull())
710 ArgType = getType();
712 return ArgType;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 220 class ArgType {
230 ArgType(Kind k = UnknownTy, const char *n = nullptr)
232 ArgType(QualType t, const char *n = nullptr)
234 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {}
236 static ArgType Invalid() { return ArgType(InvalidTy); }
239 /// Create an ArgType which corresponds to the type pointer to A.
240 static ArgType PtrTo(const ArgType& A) {
241 assert(A.K >= InvalidTy && "ArgType cannot be pointer to invalid/unknown")
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 324 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) {
325 Qualifiers::ObjCLifetime propertyLifetime = ArgType.getObjCLifetime();
326 bool RetainableObject = ArgType->isObjCRetainableType();
331 ArgType->getAs<ObjCObjectPointerType>()) {
339 else if (ArgType->isBlockPointerType())
346 return ArgType->isBlockPointerType() ? "copy" : "strong";
397 QualType ArgType = Context.getCanonicalType(argDecl->getType());
398 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ArgType))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGBuiltin.cpp 299 llvm::Type *ArgType = ArgValue->getType();
300 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
316 llvm::Type *ArgType = ArgValue->getType();
317 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType);
333 llvm::Type *ArgType = ArgValue->getType();
334 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
339 llvm::ConstantInt::get(ArgType, 1));
340 Value *Zero = llvm::Constant::getNullValue(ArgType);
354 llvm::Type *ArgType = ArgValue->getType();
355 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType);
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 603 milliseconds

1 2