OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getsimplifiedvalue
(Results
1 - 12
of
12
) sorted by null
/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
158
static SimpleType
getSimplifiedValue
(const WeakVH &WVH) {
234
static SimpleType
getSimplifiedValue
(const AssertingVH<Value> &AVH) {
343
static SimpleType
getSimplifiedValue
(const TrackingVH<Value> &AVH) {
399
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) {
User.h
147
static SimpleType
getSimplifiedValue
(const User::op_iterator &Val) {
158
static SimpleType
getSimplifiedValue
(const User::const_op_iterator &Val) {
/external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h
218
static SimpleType
getSimplifiedValue
(const IntrusiveRefCntPtr<T>& Val) {
225
static SimpleType
getSimplifiedValue
(const IntrusiveRefCntPtr<T>& Val) {
Optional.h
55
static SimpleType
getSimplifiedValue
(const Optional<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/CodeGen/
SelectionDAGNodes.h
188
static SimpleType
getSimplifiedValue
(const SDValue &Val) {
194
static SimpleType
getSimplifiedValue
(const SDValue &Val) {
287
static SimpleType
getSimplifiedValue
(const SDUse &Val) {
293
static SimpleType
getSimplifiedValue
(const SDUse &Val) {
[
all
...]
/external/clang/include/clang/Analysis/
CFG.h
704
static SimpleType
getSimplifiedValue
(const ::clang::CFGTerminator &Val) {
711
static SimpleType
getSimplifiedValue
(const ::clang::CFGTerminator &Val) {
/external/clang/include/clang/AST/
CanonicalType.h
353
static SimpleType
getSimplifiedValue
(const ::clang::CanQual<T> &Val) {
DeclCXX.h
70
static SimpleType
getSimplifiedValue
(const ::clang::AnyFunctionDecl &Val) {
[
all
...]
Type.h
888
static SimpleType
getSimplifiedValue
(const ::clang::QualType &Val) {
[
all
...]
Completed in 1027 milliseconds