| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
| ErrorOr.h | 74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
| ErrorOr.h | 74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
| ErrorOr.h | 77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
| move.pass.cpp | 86 typedef typename std::conditional<!IsArray, A, A[]>::type VT;
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/ |
| opt.s | 51 # should be serial because of conditional execution
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| ir_emitter.cc | [all...] |
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| DataMov.cpp | 372 using Type = std::conditional<FloatLength == 32, float, double>::type; \ 396 using Type = std::conditional<FloatLength == 32, float, double>::type; \ 421 using Type = std::conditional<FloatLength == 32, float, double>::type; \ 451 using Type = std::conditional<FloatLength == 32, float, double>::type; \ 476 using Type = std::conditional<FloatLength == 32, float, double>::type; \ 511 using Type = std::conditional<FloatLength == 32, float, double>::type; \ [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| hashtable_policy.h | 243 using pointer = typename std::conditional<__constant_iterators, 246 using reference = typename std::conditional<__constant_iterators, [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| hashtable_policy.h | 243 using pointer = typename std::conditional<__constant_iterators, 246 using reference = typename std::conditional<__constant_iterators, [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
| ext_test.go | 416 // condmark is used to mark conditional instructions when need to generate and test 417 // conditional instructions. 542 // condCases generates conditional instructions.
|
| /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
| ext_test.go | 416 // condmark is used to mark conditional instructions when need to generate and test 417 // conditional instructions. 542 // condCases generates conditional instructions.
|
| /external/capstone/bindings/ocaml/ |
| capstone.ml | 72 let _CS_GRP_JUMP = 1;; (* all jump instructions (conditional+direct+indirect jumps) *)
|
| /external/eigen/Eigen/src/Core/util/ |
| BlasUtil.h | 283 typedef typename conditional<bool(HasUsableDirectAccess), 360 typedef typename conditional<bool(Base::HasUsableDirectAccess),
|
| Meta.h | 58 struct conditional { typedef Then type; }; struct in namespace:Eigen::internal 61 struct conditional <false, Then, Else> { typedef Else type; }; struct in namespace:Eigen::internal
|