Home
last modified time | relevance | path

Searched defs:ExpectedType (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/iterator/
H A Dderef.pass.cpp25 using ExpectedType = decltype(std::get<N>(ts[0])); in testReference() typedef
44 using ExpectedType = std::remove_cvref_t<decltype(std::get<N>(t))>; in testValue() typedef
/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp348 QualType ExpectedType = DecodePPCMMATypeFromStr(Context, TypeStr, Mask); BuiltinPPCMMACall() local
H A DSemaHLSL.cpp927 CheckArgsTypesAreCorrect(Sema * S,CallExpr * TheCall,QualType ExpectedType,llvm::function_ref<bool (clang::QualType PassedType)> Check) CheckArgsTypesAreCorrect() argument
H A DSemaLookup.cpp1197 QualType ExpectedType = R.getSema().Context.getFunctionType( LookupDirect() local
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h174 const TypeDescriptor &ExpectedType; global() member
/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp42 Twine ExpectedType) { in typeError()
/llvm-project/polly/lib/CodeGen/
H A DBlockGenerators.cpp263 generateLocationAccessed(ScopStmt & Stmt,Loop * L,Value * Pointer,ValueMapT & BBMap,LoopToScevMapT & LTS,isl_id_to_ast_expr * NewAccesses,__isl_take isl_id * Id,Type * ExpectedType) generateLocationAccessed() argument
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1010 Type *ExpectedType = insertPtrCastOrAssignTypeInstr() local
H A DSPIRVBuiltins.cpp688 unsigned ExpectedType = GR->getSPIRVTypeForVReg(ExpectedArg)->getOpcode(); buildAtomicCompareExchangeInst() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h833 getOrCreateResultFromMemIntrinsic(IntrinsicInst * Inst,Type * ExpectedType) getOrCreateResultFromMemIntrinsic() argument
H A DTargetTransformInfo.h2811 getOrCreateResultFromMemIntrinsic(IntrinsicInst * Inst,Type * ExpectedType) getOrCreateResultFromMemIntrinsic() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3654 getOrCreateResultFromMemIntrinsic(IntrinsicInst * Inst,Type * ExpectedType) getOrCreateResultFromMemIntrinsic() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp444 unsigned ExpectedType) { in getLinkAsSymtab() argument
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6667 const Type *ExpectedType = Inst->getType(); isSafeToSpeculativelyExecuteWithOpcode() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2128 MVT ExpectedType = (type == MVT::v2f16) ? MVT::f16 isLiteralImm() local
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp79 using ExpectedType = llvm::Expected<QualType>; global() typedef
[all...]