OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasIntegerRepresentation
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
304
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
hasIntegerRepresentation
)
Type.h
2215
bool
hasIntegerRepresentation
() const;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
10317
if (LHS.get()->getType()->
hasIntegerRepresentation
() &&
10318
RHS.get()->getType()->
hasIntegerRepresentation
())
11054
!LHSType->
hasIntegerRepresentation
()) ||
11055
!RHSType->
hasIntegerRepresentation
())
11059
//
hasIntegerRepresentation
() above instead of this.
12432
if (LHS.get()->getType()->
hasIntegerRepresentation
() &&
12433
RHS.get()->getType()->
hasIntegerRepresentation
())
14738
else if (resultType->
hasIntegerRepresentation
())
SemaChecking.cpp
6308
if (!RHSType->
hasIntegerRepresentation
() ||
SemaOpenMP.cpp
6543
CanonPVD->getType()->
hasIntegerRepresentation
()) {
8191
bool UseVarType = VarType->
hasIntegerRepresentation
() &&
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
1889
bool Type::
hasIntegerRepresentation
() const {
ASTContext.cpp
3876
((EltTy->
hasIntegerRepresentation
() && \
3894
((EltTy->
hasIntegerRepresentation
() && \
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
2615
if (type->
hasIntegerRepresentation
()) {
Completed in 105 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026