OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleType
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
TrackingMDRef.h
146
using
SimpleType
= Metadata *;
148
static
SimpleType
getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
152
using
SimpleType
= Metadata *;
154
static
SimpleType
getSimplifiedValue(const TrackingMDRef &MD) {
160
using
SimpleType
= T *;
162
static
SimpleType
getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
168
using
SimpleType
= T *;
170
static
SimpleType
getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
Use.h
117
using
SimpleType
= Value *;
119
static
SimpleType
getSimplifiedValue(Use &Val) { return Val.get(); }
122
using
SimpleType
= /*const*/ Value *;
124
static
SimpleType
getSimplifiedValue(const Use &Val) { return Val.get(); }
ValueHandle.h
168
using
SimpleType
= Value *;
170
static
SimpleType
getSimplifiedValue(WeakVH &WVH) { return WVH; }
173
using
SimpleType
= Value *;
175
static
SimpleType
getSimplifiedValue(const WeakVH &WVH) { return WVH; }
232
using
SimpleType
= Value *;
234
static
SimpleType
getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }
237
using
SimpleType
= Value *;
239
static
SimpleType
getSimplifiedValue(const WeakTrackingVH &WVH) {
User.h
323
using
SimpleType
= Value*;
325
static
SimpleType
getSimplifiedValue(User::op_iterator &Val) {
330
using
SimpleType
= /*const*/ Value*;
332
static
SimpleType
getSimplifiedValue(User::const_op_iterator &Val) {
Metadata.h
788
using
SimpleType
= Metadata *;
790
static
SimpleType
getSimplifiedValue(MDOperand &MD) { return MD.get(); }
794
using
SimpleType
= Metadata *;
796
static
SimpleType
getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AssumptionCache.h
253
using
SimpleType
= Value *;
255
static
SimpleType
getSimplifiedValue(AssumptionCache::ResultElem &Val) {
260
using
SimpleType
= /*const*/ Value *;
262
static
SimpleType
getSimplifiedValue(const AssumptionCache::ResultElem &Val) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Casting.h
34
using
SimpleType
= From; // The real type this represents...
37
static
SimpleType
&getSimplifiedValue(From &Val) { return Val; }
41
using NonConstSimpleType = typename simplify_type<From>::
SimpleType
;
42
using
SimpleType
=
45
typename add_lvalue_reference_if_not_pointer<
SimpleType
>::type;
122
typename simplify_type<SimpleFrom>::
SimpleType
>::doit(
129
// When From ==
SimpleType
, we are as simple as we are going to get.
143
typename simplify_type<const Y>::
SimpleType
>::doit(Val);
215
To, From, typename simplify_type<From>::
SimpleType
>::ret_type;
225
typename simplify_type<SimpleFrom>::
SimpleType
>::doit
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h
282
using
SimpleType
= T *;
284
static
SimpleType
getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {
290
using
SimpleType
= /*const*/ T *;
292
static
SimpleType
getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
ilist_iterator.h
187
using
SimpleType
= typename iterator::pointer;
189
static
SimpleType
getSimplifiedValue(const iterator &Node) { return &*Node; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
COFFYAML.h
85
COFF::SymbolBaseType
SimpleType
= COFF::IMAGE_SYM_TYPE_NULL;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
370
using
SimpleType
= const T *;
372
static
SimpleType
getSimplifiedValue(::clang::CanQual<T> Val) {
Type.h
1315
using
SimpleType
= const ::clang::Type *;
1317
static
SimpleType
getSimplifiedValue(::clang::QualType Val) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
258
using
SimpleType
= SDNode *;
260
static
SimpleType
getSimplifiedValue(SDValue &Val) {
265
using
SimpleType
= /*const*/ SDNode *;
267
static
SimpleType
getSimplifiedValue(const SDValue &Val) {
361
using
SimpleType
= SDNode *;
363
static
SimpleType
getSimplifiedValue(SDUse &Val) {
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp
286
Sym.
SimpleType
= COFF::SymbolBaseType(Symbol.getBaseType());
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
1474
using
SimpleType
= const T *;
1476
static
SimpleType
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h
1474
using
SimpleType
= ::clang::Stmt *;
1476
static
SimpleType
getSimplifiedValue(::clang::CFGTerminator Val) {
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFEmitter.cpp
123
Sym.Header.Type = Sym.
SimpleType
;
COFFYAML.cpp
548
IO.mapRequired("
SimpleType
", S.
SimpleType
);
Completed in 51 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026