OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComplexAPSInt
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
APValue.h
71
struct
ComplexAPSInt
{
73
ComplexAPSInt
() : Real(1), Imag(1) {}
112
typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat,
ComplexAPSInt
,
218
return ((
ComplexAPSInt
*)(char*)Data.buffer)->Real;
226
return ((
ComplexAPSInt
*)(char*)Data.buffer)->Imag;
366
((
ComplexAPSInt
*)(char *)Data.buffer)->Real = std::move(R);
367
((
ComplexAPSInt
*)(char *)Data.buffer)->Imag = std::move(I);
421
new ((void*)(char*)Data.buffer)
ComplexAPSInt
();
/external/clang/lib/AST/
APValue.cpp
197
((
ComplexAPSInt
*)(char*)Data.buffer)->~
ComplexAPSInt
();
Completed in 72 milliseconds