HomeSort by relevance Sort by last modified time
    Searched defs:getSimplifiedValue (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/ADT/
Optional.h 55 static SimpleType getSimplifiedValue(const Optional<T> &Val) {
IntrusiveRefCntPtr.h 229 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
236 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
ilist.h 276 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
283 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
  /external/llvm/include/llvm/Support/
Casting.h 34 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
39 static SimpleType &getSimplifiedValue(const From &Val) {
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
91 simplify_type<From>::getSimplifiedValue(Val));
170 simplify_type<From>::getSimplifiedValue(Val));
ValueHandle.h 168 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
244 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {
353 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {
407 static SimpleType getSimplifiedValue(const CallbackVH &CVH) {
  /external/llvm/include/llvm/
Use.h 152 static SimpleType getSimplifiedValue(const Use &Val) {
158 static SimpleType getSimplifiedValue(const Use &Val) {
  /external/clang/include/clang/AST/
CanonicalType.h 356 static SimpleType getSimplifiedValue(const ::clang::CanQual<T> &Val) {
DeclCXX.h 76 static SimpleType getSimplifiedValue(const ::clang::AnyFunctionDecl &Val) {
    [all...]
Type.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 979 getSimplifiedValue(const clang::ento::CallEventRef<T>& Val) {
  /external/clang/include/clang/Analysis/
CFG.h 814 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
821 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 194 static SimpleType getSimplifiedValue(const SDValue &Val) {
200 static SimpleType getSimplifiedValue(const SDValue &Val) {
293 static SimpleType getSimplifiedValue(const SDUse &Val) {
299 static SimpleType getSimplifiedValue(const SDUse &Val) {
    [all...]

Completed in 3822 milliseconds