HomeSort by relevance Sort by last modified time
    Searched defs:Return (Results 151 - 175 of 221) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
170 case 1: return ST_8;
171 case 2: return ST_16;
172 case 4: return ST_32;
173 case 8: return ST_64;
174 case 16: return ST_128;
175 default: return ST_0;
182 return ValueType(BT_Void, ST_0, false, 0);
187 return ValueType(BT_Bool, ST_1, false, 0)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 88 } Return;
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 88 } Return;
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 88 } Return;
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 88 } Return;
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3)
  /external/python/cpython3/Include/
Python-ast.h 103 } Return;
462 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 435 return res;
448 return NULL;
453 return res;
455 return Py_BuildValue("O()", Py_TYPE(self));
511 if (!fnames) return NULL;
516 return NULL;
523 return (PyTypeObject*)result;
531 return 0;
536 return 0;
542 return result;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 435 return res;
448 return NULL;
453 return res;
455 return Py_BuildValue("O()", Py_TYPE(self));
511 if (!fnames) return NULL;
516 return NULL;
523 return (PyTypeObject*)result;
531 return 0;
536 return 0;
542 return result;
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 435 return res;
448 return NULL;
453 return res;
455 return Py_BuildValue("O()", Py_TYPE(self));
511 if (!fnames) return NULL;
516 return NULL;
523 return (PyTypeObject*)result;
531 return 0;
536 return 0;
542 return result
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 523 return 0;
581 return res;
595 return NULL;
600 return res;
602 return Py_BuildValue("O()", Py_TYPE(self));
663 if (!fnames) return NULL;
668 return NULL;
675 return (PyTypeObject*)result;
684 return 0;
689 return 0
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 104 case Type_v2i32: return T(Int4::getType());
105 case Type_v4i16: return T(Short8::getType());
106 case Type_v2i16: return T(Short8::getType());
107 case Type_v8i8: return T(Byte16::getType());
108 case Type_v4i8: return T(Byte16::getType());
109 case Type_v2f32: return T(Float4::getType());
114 return reinterpret_cast<llvm::Type*>(t);
119 return reinterpret_cast<Type*>(t);
124 return reinterpret_cast<Type*>(t);
129 return reinterpret_cast<Value*>(t)
    [all...]
Reactor.hpp 63 return true;
89 return false;
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc 56 return nullptr;
101 return node;
107 return BuildCallToRuntimeWithContext(f, jsgraph, jsgraph->NoContextConstant(),
146 if (m.HasValue() && !m.Is(val)) return graph()->start();
155 return builder_->Control();
161 return TrapIfEq32(reason, node, 0, position);
168 if (m.HasValue() && !m.Is(val)) return graph()->start();
172 return builder_->Control();
178 return TrapIfEq64(reason, node, 0, position);
186 return Builtins::kThrowWasm##name
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 102 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT);
181 return Val;
191 return DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
193 return DAG.getNode(ISD::ANY_EXTEND, DL, ValueVT, Val);
199 return DAG.getNode(ISD::FP_ROUND, DL, ValueVT, Val,
202 return DAG.getNode(ISD::FP_EXTEND, DL, ValueVT, Val);
206 return DAG.getNode(ISD::BITCAST, DL, ValueVT, Val);
209 return SDValue();
268 return Val;
278 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, ValueVT, Val
    [all...]
  /external/v8/src/parsing/
parser-base.h 45 return static_cast<ParseFunctionFlags>(static_cast<T>(lhs) |
52 return lhs;
58 return static_cast<T>(bitfield) & static_cast<T>(mask);
68 return arity - has_rest;
96 if (!*ok) return impl()->x(__VA_ARGS__); \
101 // Used in functions where the return type is ExpressionT.
105 if (!*ok) return; \
153 // // Return types for traversing functions.
197 Impl* impl() { return static_cast<Impl*>(this); }
198 const Impl* impl() const { return static_cast<const Impl*>(this);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 78 return IsInvalid;
95 return S->Diag(DRE->getLocStart(),
103 return S->Diag(DRE->getLocStart(),
108 return false;
116 return S->Diag(ThisE->getLocStart(),
135 return Invalid;
143 return false;
145 return S->Diag(Lambda->getLocStart(),
155 return;
161 return;
    [all...]

Completed in 787 milliseconds

1 2 3 4 5 67 8 9