HomeSort by: relevance | last modified time | path
    Searched defs:APValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===//
9 // This file defines the APValue class.
101 // Validated by static_assert in APValue.cpp; hardcoded to avoid needing
119 /// APValue - This class implements a discriminated union of [uninitialized]
121 /// [Vector: N * APValue], [Array: N * APValue]
122 class APValue {
270 APValue *Elts;
276 APValue *Elts;
282 APValue *Elts
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 205 llvm::APInt APValue = llvm::APInt(C.getTypeSize(Ty), Value);
206 return IntegerLiteral::Create(C, APValue, Ty, SourceLocation());
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 1 //===--- APValue.cpp - Union class for APFloat/APSInt/Complex -------------===//
9 // This file implements the APValue class.
13 #include "clang/AST/APValue.h"
42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V)
44 APValue::LValueBase::LValueBase(const Expr *P, unsigned I, unsigned V)
47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV,
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV,
63 QualType APValue::LValueBase::getType() const
    [all...]

Completed in 17 milliseconds