HomeSort by relevance Sort by last modified time
    Searched refs:SimpleType (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/IR/
TrackingMDRef.h 143 typedef Metadata *SimpleType;
144 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
148 typedef Metadata *SimpleType;
149 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
155 typedef T *SimpleType;
156 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
162 typedef T *SimpleType;
163 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
Use.h 159 typedef Value *SimpleType;
160 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
163 typedef /*const*/ Value *SimpleType;
164 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
User.h 257 typedef Value* SimpleType;
258 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
263 typedef /*const*/ Value* SimpleType;
264 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
ValueHandle.h 169 typedef Value *SimpleType;
170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
173 typedef Value *SimpleType;
174 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
Metadata.h 643 typedef Metadata *SimpleType;
644 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }
648 typedef Metadata *SimpleType;
649 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
    [all...]
DebugInfoMetadata.h 231 typedef Metadata *SimpleType;
232 static SimpleType getSimplifiedValue(const TypedDINodeRef<T> &MD) {
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
42 SimpleType;
43 typedef typename add_lvalue_reference_if_not_pointer<SimpleType>::type
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
120 // When From == SimpleType, we are as simple as we are going to get.
134 typename simplify_type<const Y>::SimpleType>::doit(Val);
183 typename simplify_type<From>::SimpleType>::ret_type ret_type;
193 typename simplify_type<SimpleFrom>::SimpleType>::doit
    [all...]
  /external/llvm/unittests/Support/
Casting.cpp 70 typedef int SimpleType;
71 static SimpleType getSimplifiedValue(foo &Val) { return 0; }
80 static_assert(std::is_same<simplify_type<Use>::SimpleType, Value *>::value,
82 static_assert(std::is_same<simplify_type<Use *>::SimpleType, Value *>::value,
86 static_assert(std::is_same<simplify_type<foo>::SimpleType, int>::value,
88 static_assert(std::is_same<simplify_type<foo *>::SimpleType, foo *>::value,
263 typedef pointer_wrappers::Base *SimpleType;
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) {
269 typedef pointer_wrappers::Base *SimpleType;
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P)
    [all...]
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 273 typedef T* SimpleType;
274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
280 typedef /*const*/ T* SimpleType;
281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
ilist.h 324 typedef NodeTy* SimpleType;
326 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) {
331 typedef /*const*/ NodeTy* SimpleType;
333 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 152 class SimpleType : public Type
155 SimpleType (const Context& ctx, const char* name,
361 SimpleType m_bufferType;
363 SimpleType m_textureType;
365 SimpleType m_rboType;
367 SimpleType m_fboType;
413 using details::SimpleType;
glsLifetimeTests.cpp 146 GLuint SimpleType::gen (void)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 402 SimpleType m_queryType;
404 SimpleType m_tfType;
406 SimpleType m_varrType;
408 SimpleType m_samplerType;
  /external/clang/include/clang/AST/
CanonicalType.h 354 typedef const T *SimpleType;
355 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
Type.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 33 import org.eclipse.jdt.core.dom.SimpleType;
159 if (type instanceof SimpleType) {
  /external/llvm/include/llvm/Object/
COFFYAML.h 66 COFF::SymbolBaseType SimpleType;
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 213 typedef SDNode* SimpleType;
214 static SimpleType getSimplifiedValue(SDValue &Val) {
219 typedef /*const*/ SDNode* SimpleType;
220 static SimpleType getSimplifiedValue(const SDValue &Val) {
312 typedef SDNode* SimpleType;
313 static SimpleType getSimplifiedValue(SDUse &Val) {
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 199 Sym.SimpleType = COFF::SymbolBaseType(Symbol.getBaseType());
  /external/clang/include/clang/Analysis/
CFG.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /external/llvm/lib/Object/
COFFYAML.cpp 472 IO.mapRequired("SimpleType", S.SimpleType);
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 108 Sym.Header.Type = Sym.SimpleType;
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 770 milliseconds

1 2