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

1 2

  /external/clang/lib/AST/
DeclTemplate.cpp 185 QualType ArgType = Context.getTypeDeclType(TTP);
187 ArgType = Context.getPackExpansionType(ArgType, None);
189 Arg = TemplateArgument(ArgType);
    [all...]
ExprCXX.cpp 160 const QualType ArgType = Arg->getType();
162 if (ArgType->isDependentType() && !ArgType->isPointerType())
165 return ArgType->getAs<PointerType>()->getPointeeType();
    [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/test/CodeGenCXX/
destructors.cpp 355 struct ArgType {
356 ~ArgType();
359 void f1(const ArgType& = ArgType());
365 // CHECK: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 684 QualType ArgType;
688 ArgType = (*P)->getType();
693 ArgType = (*P)->getType();
695 if (ArgType.isNull())
696 ArgType = getType();
698 return ArgType;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 213 class ArgType {
223 ArgType(Kind k = UnknownTy, const char *n = 0) : K(k), Name(n), Ptr(false) {}
224 ArgType(QualType t, const char *n = 0)
226 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(0), Ptr(false) {}
228 static ArgType Invalid() { return ArgType(InvalidTy); }
231 /// Create an ArgType which corresponds to the type pointer to A.
232 static ArgType PtrTo(const ArgType& A) {
233 assert(A.K >= InvalidTy && "ArgType cannot be pointer to invalid/unknown")
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 295 llvm::Type *ArgType = ArgValue->getType();
296 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
312 llvm::Type *ArgType = ArgValue->getType();
313 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType);
329 llvm::Type *ArgType = ArgValue->getType();
330 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
335 llvm::ConstantInt::get(ArgType, 1));
336 Value *Zero = llvm::Constant::getNullValue(ArgType);
350 llvm::Type *ArgType = ArgValue->getType();
351 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType);
    [all...]
CodeGenFunction.h     [all...]
CGClass.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 680 // Generate the string "(argtype a, argtype b, ...)"
1121 char argType = ClassifyType(typestr, argQuad, argPoly, argUsgn);
1122 argType = ModType(proto[i], argType, argQuad, argPoly, argUsgn, argScalar,
1129 if (argType != 'c' || argPoly || argUsgn)
1148 ((ck == ClassB && argType != 'c') || argPoly || argUsgn)) {
1151 argTypeStr = argType;
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1580 milliseconds

1 2