HomeSort by relevance Sort by last modified time
    Searched refs:ArgType (Results 26 - 50 of 57) sorted by null

12 3

  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 330 Type * ArgType = P.Val->getType();
349 ArgType, Addrspace));
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox.cc 40 ErrorCode::ArgType mask_long_type;
  /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/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 165 ErrorCode::ArgType mask_long_type;
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 166 ArgType type;
ipc_unittest.cc 181 ArgType type = INVALID_TYPE;
250 ArgType type = INVALID_TYPE;
  /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...]
ASTDiagnostic.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
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...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
  /external/chromium_org/base/debug/
trace_event.h     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 1221 milliseconds

12 3