HomeSort by: relevance | last modified time | path
    Searched refs:tryEmitAbstractForMemory (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantEmitter.h 108 llvm::Constant *tryEmitAbstractForMemory(const Expr *E, QualType T);
111 llvm::Constant *tryEmitAbstractForMemory(const APValue &value, QualType T);
CGExprConstant.cpp 639 FillC = Emitter.tryEmitAbstractForMemory(Filler, ElemType);
1209 fillC = Emitter.tryEmitAbstractForMemory(filler, EltType);
1656 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) {
1663 ConstantEmitter::tryEmitAbstractForMemory(const APValue &value,
2128 Filler = tryEmitAbstractForMemory(Value.getArrayFiller(),

Completed in 31 milliseconds