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

1 2

  /external/chromium_org/sandbox/win/src/
internal_types.h 16 enum ArgType {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 48 enum ArgType {
136 ArgType width() const { return width_; }
159 ErrorCode(int argno, ArgType width, Operation op, uint64_t value,
176 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));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 22 ArgType = type(byref(c_int(0)))
96 self.assertEqual(ArgType, type(t.from_param(0)))
102 self.assertEqual(ArgType, type(parm))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 22 ArgType = type(byref(c_int(0)))
96 self.assertEqual(ArgType, type(t.from_param(0)))
102 self.assertEqual(ArgType, type(parm))
  /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 163 const QualType ArgType = Arg->getType();
165 if (ArgType->isDependentType() && !ArgType->isPointerType())
168 return ArgType->getAs<PointerType>()->getPointeeType();
    [all...]
ASTImporter.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/Mips/
Mips16HardFloat.cpp 152 Type *ArgType = F.getFunctionType()->getParamType(0);
153 switch (ArgType->getTypeID()) {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 225 QualType ArgType = Context.getCanonicalType(argDecl->getType());
226 Qualifiers::ObjCLifetime propertyLifetime = ArgType.getObjCLifetime();
227 bool RetainableObject = ArgType->isObjCRetainableType();
230 ArgType->getAs<ObjCObjectPointerType>()) {
294 QualType ArgType = argDecl->getType();
295 if (!Ctx.hasSameUnqualifiedType(ArgType, GRT) ||
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 697 QualType ArgType;
701 ArgType = (*P)->getType();
706 ArgType = (*P)->getType();
708 if (ArgType.isNull())
709 ArgType = getType();
711 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...]
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [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...]

Completed in 914 milliseconds

1 2