OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFloatTypeSemantics
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ConversionChecker.cpp
149
const llvm::fltSemantics &Sema = AC.
getFloatTypeSemantics
(DestType);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp
499
getTypeForFormat(getLLVMContext(), Context.
getFloatTypeSemantics
(T),
506
getLLVMContext(), Context.
getFloatTypeSemantics
(T),
516
Context.
getFloatTypeSemantics
(T),
CGExprScalar.cpp
907
CGF.getContext().
getFloatTypeSemantics
(OrigSrcType);
943
CGF.getContext().
getFloatTypeSemantics
(SrcType);
2655
// Don't use
getFloatTypeSemantics
because Half isn't
CGExpr.cpp
1034
llvm::APFloat FVal(getContext().
getFloatTypeSemantics
(ElemTy), 1);
TargetInfo.cpp
5015
&getContext().
getFloatTypeSemantics
(Ty) ==
CGBuiltin.cpp
3146
getContext().
getFloatTypeSemantics
(E->getArg(0)->getType()));
3211
getContext().
getFloatTypeSemantics
(E->getArg(5)->getType()));
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h
483
llvm::APFloat::getZero(Ctx.
getFloatTypeSemantics
(Ty));
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
2604
St = Result.convert(Info.Ctx.
getFloatTypeSemantics
(DestType), RM, &ignored);
2625
Result = APFloat(Info.Ctx.
getFloatTypeSemantics
(DestType), 1);
6987
Info.Ctx.
getFloatTypeSemantics
(QualType(T, 0));
7033
Info.Ctx.
getFloatTypeSemantics
(QualType(T, 0));
10198
const llvm::fltSemantics &Sem = Info.Ctx.
getFloatTypeSemantics
(EltTy);
10269
f = APFloat::getZero(Info.Ctx.
getFloatTypeSemantics
(EltTy));
10287
APValue(APFloat::getZero(Info.Ctx.
getFloatTypeSemantics
(EltTy)));
13555
Result = APFloat::getZero(Info.Ctx.
getFloatTypeSemantics
(E->getType()));
13587
const llvm::fltSemantics &Sem = Context.
getFloatTypeSemantics
(ResultTy);
13631
Info.Ctx.
getFloatTypeSemantics
(E->getType())
[
all
...]
ASTContext.cpp
1679
///
getFloatTypeSemantics
- Return the APFloat 'semantics' for the specified
1681
const llvm::fltSemantics &ASTContext::
getFloatTypeSemantics
(QualType T) const {
6292
if (&
getFloatTypeSemantics
(LHS) == &
getFloatTypeSemantics
(RHS))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2154
const llvm::fltSemantics &
getFloatTypeSemantics
(QualType T) const;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1209
if (&S.Context.
getFloatTypeSemantics
(LHSElemType) ==
1210
&S.Context.
getFloatTypeSemantics
(RHSElemType))
1222
(&S.Context.
getFloatTypeSemantics
(S.Context.LongDoubleTy) ==
3591
const llvm::fltSemantics &Format = S.Context.
getFloatTypeSemantics
(Ty);
9852
llvm::APFloat Float(S.Context.
getFloatTypeSemantics
(FloatTy));
9867
S.Context.
getFloatTypeSemantics
(FloatTy));
9941
Result.convert(S.Context.
getFloatTypeSemantics
(VectorEltTy),
SemaOverload.cpp
361
llvm::APFloat Result(Ctx.
getFloatTypeSemantics
(ToType));
403
Ctx.
getFloatTypeSemantics
(ToType),
1879
if (&S.Context.
getFloatTypeSemantics
(FromType) !=
1880
&S.Context.
getFloatTypeSemantics
(ToType)) {
1886
(&S.Context.
getFloatTypeSemantics
(S.Context.LongDoubleTy) ==
SemaOpenMP.cpp
16727
Context.
getFloatTypeSemantics
(Type),
16772
Context.
getFloatTypeSemantics
(Type), BOK != BO_LT);
Completed in 141 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026