OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectedTy
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeHeader.cpp
317
NaClBitcodeHeaderField::FieldType
ExpectedTy
= ExpectedType[Field->GetID()];
318
if (Field->GetType() !=
ExpectedTy
) {
320
UnsupportedMessage.append(NaClBitcodeHeaderField::TypeName(
ExpectedTy
));
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
127
static SVal adjustReturnValue(SVal V, QualType
ExpectedTy
, QualType ActualTy,
134
ExpectedTy
=
ExpectedTy
.getCanonicalType();
136
if (
ExpectedTy
== ActualTy)
140
if (
ExpectedTy
->isObjCObjectPointerType() &&
145
const CXXRecordDecl *ExpectedClass =
ExpectedTy
->getPointeeCXXRecordDecl();
[
all
...]
/external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
Completed in 512 milliseconds