HomeSort by relevance Sort by last modified time
    Searched refs:ReturnTy (Results 1 - 9 of 9) 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();
608 const clang::QualType ReturnTy = S.FnHalter->getReturnType().getCanonicalType();
609 if (!ReturnTy->isBooleanType()) {
612 << S.DiagnosticDescription(KeyHalter, mNameHalter) << ReturnTy.getAsString();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 177 auto *ReturnTy = Type::getVoidTy(M.getContext());
183 FunctionType::get(ReturnTy, makeArrayRef(ParamTypes), false);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 716 Type *ReturnTy,
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaChecking.cpp 221 QualType ReturnTy = CE->getCallReturnType(S.Context);
222 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() };
224 ReturnTy, ArgTys, FunctionProtoType::ExtProtoInfo());
    [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 336 milliseconds