Searched defs:saved_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h119 typedef T saved_type; typedef in struct:clang::CodeGen::InvariantValue
2908 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef in struct:clang::DominatingLLVMValue
2950 class saved_type { class in struct:clang::DominatingValue
2956 saved_type(llvm::Value *v, Kind k) : Value(v), K(k) {} function in class:clang::DominatingValue::saved_type
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dvarasm.c3997 tree saved_type = TREE_TYPE (exp); local

Completed in 207 milliseconds