OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSimplifiedValue
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/IR/
Use.h
154
static SimpleType
getSimplifiedValue
(Use &Val) {
160
static SimpleType
getSimplifiedValue
(const Use &Val) {
User.h
186
static SimpleType
getSimplifiedValue
(User::op_iterator &Val) {
192
static SimpleType
getSimplifiedValue
(User::const_op_iterator &Val) {
/external/llvm/include/llvm/Support/
Casting.h
35
static SimpleType &
getSimplifiedValue
(From &Val) { return Val; }
44
static RetType
getSimplifiedValue
(const From& Val) {
45
return simplify_type<From>::
getSimplifiedValue
(const_cast<From&>(Val));
116
simplify_type<const From>::
getSimplifiedValue
(Val));
196
simplify_type<From>::
getSimplifiedValue
(Val));
ValueHandle.h
168
static SimpleType
getSimplifiedValue
(WeakVH &WVH) {
/external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h
229
static SimpleType
getSimplifiedValue
(IntrusiveRefCntPtr<T>& Val) {
236
static SimpleType
getSimplifiedValue
(const IntrusiveRefCntPtr<T>& Val) {
ilist.h
277
static SimpleType
getSimplifiedValue
(ilist_iterator<NodeTy> &Node) {
284
static SimpleType
getSimplifiedValue
(const ilist_iterator<NodeTy> &Node) {
/external/llvm/unittests/Support/
Casting.cpp
71
static SimpleType
getSimplifiedValue
(foo &Val) { return 0; }
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
199
static SimpleType
getSimplifiedValue
(SDValue &Val) {
205
static SimpleType
getSimplifiedValue
(const SDValue &Val) {
298
static SimpleType
getSimplifiedValue
(SDUse &Val) {
[
all
...]
/external/clang/include/clang/AST/
CanonicalType.h
356
static SimpleType
getSimplifiedValue
(::clang::CanQual<T> Val) {
Type.h
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
[
all
...]
/external/clang/include/clang/Analysis/
CFG.h
858
static SimpleType
getSimplifiedValue
(::clang::CFGTerminator Val) {
[
all
...]
Completed in 1248 milliseconds