HomeSort by relevance Sort by last modified time
    Searched refs:getFloatTypeSemantics (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 357 Context.getFloatTypeSemantics(T));
CGBuiltin.cpp 454 getContext().getFloatTypeSemantics(E->getArg(0)->getType()));
519 getContext().getFloatTypeSemantics(E->getArg(5)->getType()));
    [all...]
CGExpr.cpp 559 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp 703 /// getFloatTypeSemantics - Return the APFloat 'semantics' for the specified
705 const llvm::fltSemantics &ASTContext::getFloatTypeSemantics(QualType T) const {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaOverload.cpp 320 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
357 Ctx.getFloatTypeSemantics(ToType),
    [all...]
SemaExpr.cpp     [all...]

Completed in 482 milliseconds