OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getComplexFloatReal
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
APValue.h
233
APFloat &
getComplexFloatReal
() {
237
const APFloat &
getComplexFloatReal
() const {
238
return const_cast<APValue*>(this)->
getComplexFloatReal
();
/external/clang/lib/AST/
ExprConstant.cpp
759
APFloat &
getComplexFloatReal
() { return FloatReal; }
777
FloatReal = v.
getComplexFloatReal
();
[
all
...]
Completed in 336 milliseconds