OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iscomplexfloat
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
APValue.h
186
bool
isComplexFloat
() const { return Kind == ComplexFloat; }
234
assert(
isComplexFloat
() && "Invalid accessor");
242
assert(
isComplexFloat
() && "Invalid accessor");
373
assert(
isComplexFloat
() && "Invalid accessor");
/external/clang/lib/AST/
ExprConstant.cpp
758
bool
isComplexFloat
() const { return !IsInt; }
768
if (
isComplexFloat
())
774
assert(v.
isComplexFloat
() || v.isComplexInt());
775
if (v.
isComplexFloat
()) {
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 47 milliseconds