OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getComplexType
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp
34
static const ComplexType *
getComplexType
(QualType type) {
398
CGF.ConvertType(
getComplexType
(E->getType())->getElementType());
1122
assert(E &&
getComplexType
(E->getType()) &&
1131
assert(E &&
getComplexType
(E->getType()) &&
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp
287
Sym.ComplexType = COFF::SymbolComplexType(Symbol.
getComplexType
());
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
350
uint8_t
getComplexType
() const {
397
getComplexType
() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1234
QualType
getComplexType
(QualType T) const;
1235
CanQualType
getComplexType
(CanQualType T) const {
1236
return CanQualType::CreateUnsafe(
getComplexType
((QualType) T));
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1406
FloatComplexTy =
getComplexType
(FloatTy);
1407
DoubleComplexTy =
getComplexType
(DoubleTy);
1408
LongDoubleComplexTy =
getComplexType
(LongDoubleTy);
1409
Float128ComplexTy =
getComplexType
(Float128Ty);
3159
///
getComplexType
- Return the uniqued reference to the type for a complex
3161
QualType ASTContext::
getComplexType
(QualType T) const {
3175
Canonical =
getComplexType
(getCanonicalType(T));
10501
Type = Context.
getComplexType
(ElementType);
Type.cpp
889
return Ctx.
getComplexType
(elementType);
ASTImporter.cpp
1099
return Importer.getToContext().
getComplexType
(*ToElementTypeOrErr);
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
191
if (Symb.
getComplexType
() == COFF::IMAGE_SYM_DTYPE_FUNCTION)
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
1518
W.printEnum ("ComplexType", Symbol.
getComplexType
(),
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1084
QualType ResultType = S.Context.
getComplexType
(LHSElementType);
1087
ResultType = S.Context.
getComplexType
(RHSElementType);
1121
QualType result = S.Context.
getComplexType
(FloatTy);
1236
return S.ImpCastExprToType(op, S.Context.
getComplexType
(toType),
1308
return S.Context.
getComplexType
(ScalarType);
1316
QualType ComplexType = S.Context.
getComplexType
(ScalarType);
1329
QualType ComplexType = S.Context.
getComplexType
(ScalarType);
4014
Context.
getComplexType
(Res->getType()));
SemaChecking.cpp
6221
TheCall->setType(Context.
getComplexType
(Real->getType()));
SemaDeclAttr.cpp
4258
NewElemTy = Context.
getComplexType
(NewElemTy);
SemaType.cpp
1744
Result = Context.
getComplexType
(Result);
Completed in 69 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026