HomeSort by relevance Sort by last modified time
    Searched defs:ReturnTy (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 223 const clang::QualType ReturnTy = Fn->getReturnType().getCanonicalType();
224 if (!ReturnTy->isVoidType()) {
227 << S.DiagnosticDescription(getKey(Kind), Fn->getName()) << ReturnTy.getAsString();
609 const clang::QualType ReturnTy = S.FnHalter->getReturnType().getCanonicalType();
610 if (!ReturnTy->isBooleanType()) {
613 << S.DiagnosticDescription(KeyHalter, mNameHalter) << ReturnTy.getAsString();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 170 auto *ReturnTy = Type::getVoidTy(M.getContext());
176 FunctionType::get(ReturnTy, makeArrayRef(ParamTypes), false);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 536 Type *ReturnTy = CI->getType();
537 Constant *RetVal = ConstantInt::get(ReturnTy, Min ? 0 : -1ULL);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 252 Type *ReturnTy = CI.getType();
286 Constant *RetVal = ConstantInt::get(ReturnTy, DontKnow);
316 return ReplaceInstUsesWith(CI, ConstantInt::get(ReturnTy, DontKnow));
318 return ReplaceInstUsesWith(CI, ConstantInt::get(ReturnTy, Size-Offset));
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 224 QualType ReturnTy = CE->getCallReturnType(S.Context);
225 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() };
227 ReturnTy, ArgTys, FunctionProtoType::ExtProtoInfo());
    [all...]

Completed in 224 milliseconds