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

1 2

  /external/clang/test/SemaTemplate/
instantiate-expr-3.cpp 94 template<typename ArgType>
100 (void)__builtin_va_arg(va, ArgType);
107 template<typename VaList, typename ArgType>
113 (void)__builtin_va_arg(va, ArgType); // expected-error{{int}}
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 205 static void EmitTypeGenerate(raw_ostream &OS, const Record *ArgType,
228 static void EmitTypeGenerate(raw_ostream &OS, const Record *ArgType,
230 MVT::SimpleValueType VT = getValueType(ArgType->getValueAsDef("VT"));
232 if (ArgType->isSubClassOf("LLVMMatchType")) {
233 unsigned Number = ArgType->getValueAsInt("Number");
235 if (ArgType->isSubClassOf("LLVMExtendedElementVectorType"))
238 else if (ArgType->isSubClassOf("LLVMTruncatedElementVectorType"))
257 EmitTypeGenerate(OS, ArgType->getValueAsDef("ElTy"), ArgNo);
264 EmitTypeGenerate(OS, ArgType->getValueAsDef("ElTy"), ArgNo);
351 Record *ArgType = RetTys[j]
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 470 const Type *ArgType = (*i).getType();
472 if (ArgType->isPointerTy()) {
478 decl += utostr(ArgType->getPrimitiveSizeInBits());
480 if (ArgType->isPointerTy() && ST.emitPtrAttribute()) {
481 const PointerType *PtrType = dyn_cast<const PointerType>(ArgType);
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 805 QualType ArgType) {
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaInit.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 360 QualType ArgType;
364 ArgType = (*P)->getType();
369 ArgType = (*P)->getType();
371 if (ArgType.isNull())
372 ArgType = getType();
374 return ArgType;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 236 llvm::Type *ArgType = ArgValue->getType();
237 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
251 llvm::Type *ArgType = ArgValue->getType();
252 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType);
267 llvm::Type *ArgType = ArgValue->getType();
268 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
272 llvm::ConstantInt::get(ArgType, 1));
273 Value *Zero = llvm::Constant::getNullValue(ArgType);
287 llvm::Type *ArgType = ArgValue->getType();
288 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType);
    [all...]
CodeGenFunction.h     [all...]
CGExprAgg.cpp 463 QualType ArgType = RE->getSetterArgType();
465 if (ArgType->isReferenceType())
    [all...]
CGObjC.cpp     [all...]
CGClass.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 368 QualType ArgType = FnType->getArgType(0);
370 if (const LValueReferenceType *Ref = ArgType->getAs<LValueReferenceType>()) {
371 ArgType = Ref->getPointeeType();
374 if (ArgIsConst && !ArgType.isConstQualified())
377 Quals = ArgType.getQualifiers();
384 if (!Context.hasSameUnqualifiedType(ArgType, Class))
    [all...]
DeclTemplate.cpp 176 QualType ArgType = Context.getTypeDeclType(TTP);
178 ArgType = Context.getPackExpansionType(ArgType,
181 Arg = TemplateArgument(ArgType);
    [all...]
ExprCXX.cpp 129 const QualType ArgType = Arg->getType();
131 if (ArgType->isDependentType() && !ArgType->isPointerType())
134 return ArgType->getAs<PointerType>()->getPointeeType();
    [all...]
ASTImporter.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 901 milliseconds

1 2