OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isComplexInt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
396
bool
isComplexInt
() const { return Kind == ComplexInt; }
446
assert(
isComplexInt
() && "Invalid accessor");
454
assert(
isComplexInt
() && "Invalid accessor");
600
assert(
isComplexInt
() && "Invalid accessor");
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
1525
bool
isComplexInt
() const { return IsInt; }
1536
assert(v.isComplexFloat() || v.
isComplexInt
());
3736
if (O->
isComplexInt
()) {
13319
if (!LV.
isComplexInt
())
13332
if (!LV.
isComplexInt
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
10841
if (result.
isComplexInt
()) {
Completed in 63 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026