OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRealType
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ConversionChecker.cpp
137
if (!DestType->
isRealType
() || !SubType->isIntegerType())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
282
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isRealType
)
Type.h
2001
bool
isRealType
() const; // C99 6.2.5p17 (real floating + integer)
3436
(T->
isRealType
() && !T->isBooleanType() && !T->isEnumeralType());
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
494
if (!QT->
isRealType
())
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
2116
bool Type::
isRealType
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
7316
if (!type->
isRealType
()) return false;
10134
if ((!RHSVecType && !RHSType->
isRealType
()) ||
10135
(!LHSVecType && !LHSType->
isRealType
())) {
13272
} else if (ResType->
isRealType
()) {
Completed in 51 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026