OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resultTy
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
37
NonLoc lhs, NonLoc rhs, QualType
resultTy
) override;
39
Loc lhs, Loc rhs, QualType
resultTy
) override;
41
Loc lhs, NonLoc rhs, QualType
resultTy
) override;
48
const llvm::APSInt &RHS, QualType
resultTy
);
212
QualType
resultTy
) {
223
return makeIntVal(0,
resultTy
);
241
return makeIntVal(0,
resultTy
);
255
return makeIntVal(0,
resultTy
);
264
const llvm::APSInt &Result = BasicVals.Convert(
resultTy
, RHS);
274
return evalCastFromNonLoc(nonloc::SymbolVal(LHS),
resultTy
);
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
94
NonLoc lhs, NonLoc rhs, QualType
resultTy
) = 0;
99
Loc lhs, Loc rhs, QualType
resultTy
) = 0;
105
Loc lhs, NonLoc rhs, QualType
resultTy
) = 0;
113
NonLoc lhs, NonLoc rhs, QualType
resultTy
);
/external/clang/lib/Sema/
SemaObjCProperty.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
/external/clang/lib/AST/
Type.cpp
[
all
...]
Completed in 897 milliseconds