HomeSort by: relevance | last modified time | path
    Searched refs:ExpectedType (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 79 using ExpectedType = llvm::Expected<QualType>;
140 class ASTNodeImporter : public TypeVisitor<ASTNodeImporter, ExpectedType>,
328 using TypeVisitor<ASTNodeImporter, ExpectedType>::Visit;
333 ExpectedType VisitType(const Type *T);
334 ExpectedType VisitAtomicType(const AtomicType *T);
335 ExpectedType VisitBuiltinType(const BuiltinType *T);
336 ExpectedType VisitDecayedType(const DecayedType *T);
337 ExpectedType VisitComplexType(const ComplexType *T);
338 ExpectedType VisitPointerType(const PointerType *T);
339 ExpectedType VisitBlockPointerType(const BlockPointerType *T)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.h 173 const TypeDescriptor &ExpectedType;
ubsan_handlers.cpp 659 << GivenClassStr << Data->ExpectedType;
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h 173 const TypeDescriptor &ExpectedType;
ubsan_handlers.cpp 659 << GivenClassStr << Data->ExpectedType;
  /src/sys/external/bsd/acpica/dist/debugger/
dbtest.c 95 ACPI_OBJECT_TYPE ExpectedType,
903 * ExpectedType - Object type expected from the read
918 ACPI_OBJECT_TYPE ExpectedType,
962 if (RetValue->Type != ExpectedType)
965 AcpiUtGetTypeName (ExpectedType),
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RangeSelector.cpp 42 Twine ExpectedType) {
44 ExpectedType + " (node id=" + ID +
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 205 Type *ExpectedType);
AArch64TargetTransformInfo.cpp 1417 Type *ExpectedType) {
1425 StructType *ST = dyn_cast<StructType>(ExpectedType);
1435 Value *Res = UndefValue::get(ExpectedType);
1446 if (Inst->getType() == ExpectedType)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 829 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const {
837 return getOrCreateResultNonTargetMemIntrinsic(II, ExpectedType);
838 return TTI.getOrCreateResultFromMemIntrinsic(II, ExpectedType);
842 Type *ExpectedType) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 1259 Type *ExpectedType) const;
1682 Type *ExpectedType) = 0;
2205 Type *ExpectedType) override {
2206 return Impl.getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
TargetTransformInfoImpl.h 657 Type *ExpectedType) const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 935 IntrinsicInst *Inst, Type *ExpectedType) const {
936 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7032 QualType ExpectedType = DecodePPCMMATypeFromStr(Context, TypeStr, Mask);
7041 if ((ExpectedType->isVoidPointerType() && !ArgType->isPointerType()) ||
7042 (!ExpectedType->isVoidPointerType() &&
7043 ArgType.getCanonicalType() != ExpectedType))
7045 << ArgType << ExpectedType << 1 << 0 << 0;
SemaLookup.cpp 1170 QualType ExpectedType
1176 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 403 unsigned ExpectedType) {
410 if ((*SymtabOrErr)->sh_type != ExpectedType)
413 object::getELFSectionTypeName(Obj.getHeader().e_machine, ExpectedType) +
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1889 MVT ExpectedType = (type == MVT::v2f16)? MVT::f16 :
1894 return canLosslesslyConvertToFPType(FPLiteral, ExpectedType);

Completed in 83 milliseconds