OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImaginaryLiteral
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp
115
ComplexPairTy VisitImaginaryLiteral(const
ImaginaryLiteral
*IL);
404
VisitImaginaryLiteral(const
ImaginaryLiteral
*IL) {
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
910
const internal::VariadicDynCastAllOfMatcher<Stmt,
ImaginaryLiteral
>
imaginaryLiteral
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1703
///
ImaginaryLiteral
- We support imaginary integer and floating point literals,
1708
class
ImaginaryLiteral
: public Expr {
1711
ImaginaryLiteral
(Expr *val, QualType Ty)
1717
explicit
ImaginaryLiteral
(EmptyShell Empty)
RecursiveASTVisitor.h
2785
DEF_TRAVERSE_STMT(
ImaginaryLiteral
, {})
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
646
void ASTStmtReader::VisitImaginaryLiteral(
ImaginaryLiteral
*E) {
2834
S = new (Context)
ImaginaryLiteral
(Empty);
ASTWriterStmt.cpp
664
void ASTStmtWriter::VisitImaginaryLiteral(
ImaginaryLiteral
*E) {
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
1187
void StmtPrinter::VisitImaginaryLiteral(
ImaginaryLiteral
*Node) {
StmtProfile.cpp
1223
void StmtProfiler::VisitImaginaryLiteral(const
ImaginaryLiteral
*S) {
ItaniumMangle.cpp
4902
const
ImaginaryLiteral
*IE = cast<
ImaginaryLiteral
>(E);
ASTImporter.cpp
591
ExpectedStmt VisitImaginaryLiteral(
ImaginaryLiteral
*E);
6759
ExpectedStmt ASTNodeImporter::VisitImaginaryLiteral(
ImaginaryLiteral
*E) {
6768
return new (Importer.getToContext())
ImaginaryLiteral
(
ExprConstant.cpp
13816
bool VisitImaginaryLiteral(const
ImaginaryLiteral
*E);
13848
bool ComplexExprEvaluator::VisitImaginaryLiteral(const
ImaginaryLiteral
*E) {
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
2380
extern const internal::VariadicDynCastAllOfMatcher<Stmt,
ImaginaryLiteral
>
2381
imaginaryLiteral
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
1762
void VisitImaginaryLiteral(
ImaginaryLiteral
*E) { }
TreeTransform.h
10266
TreeTransform<Derived>::TransformImaginaryLiteral(
ImaginaryLiteral
*E) {
SemaExpr.cpp
4011
// If this is an imaginary literal, create the
ImaginaryLiteral
wrapper.
4013
Res = new (Context)
ImaginaryLiteral
(Res,
SemaOpenMP.cpp
16739
auto *Im = new (Context)
ImaginaryLiteral
(Init, OrigType);
Completed in 152 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026