Searched refs:Casting (Results 1 – 25 of 27) sorted by relevance
12
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/ |
D | rx-subject.hpp | 26 Casting, enumerator 37 : current(mode::Casting) in state_type() 111 if (b && b->state->current == mode::Casting){ in multicast_observer() 136 case mode::Casting: in add() 196 if (b->state->current == mode::Casting) { in on_error() 215 if (b->state->current == mode::Casting) { in on_completed()
|
/external/llvm/unittests/Support/ |
D | CMakeLists.txt | 11 Casting.cpp
|
/external/clang/include/clang/AST/ |
D | OperationKinds.def | 213 /// CK_FloatingCast - Casting between floating types of different size. 218 /// CK_CPointerToObjCPointerCast - Casting a C pointer kind to an 222 /// CK_BlockPointerToObjCPointerCast - Casting a block pointer to an 226 /// CK_AnyPointerToBlockPointerCast - Casting any non-block pointer
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CMakeLists.txt | 15 Casting.cpp
|
/external/clang/test/Analysis/inlining/ |
D | ObjCDynTypePopagation.m | 56 // Casting to parent should not pessimize the dynamic type.
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | lvi-load.ll | 13 @.str = private constant [31 x i8] c"include/llvm/Support/Casting.h\00", align 8 ; <[31 x i8]*> [#u…
|
/external/llvm/test/Transforms/JumpThreading/ |
D | lvi-load.ll | 13 @.str = private constant [31 x i8] c"include/llvm/Support/Casting.h\00", align 8 ; <[31 x i8]*> [#u…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | lvi-load.ll | 13 @.str = private constant [31 x i8] c"include/llvm/Support/Casting.h\00", align 8 ; <[31 x i8]*> [#u…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | self-reference.td | 54 // Casting C0 to C by name here is tricky, because it happens while (or rather:
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 57 "llvm/Support/Casting.h"``, which declares LLVM's RTTI templates. That 62 #include "llvm/Support/Casting.h"
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 57 "llvm/Support/Casting.h"``, which declares LLVM's RTTI templates. That 62 #include "llvm/Support/Casting.h"
|
D | ProgrammersManual.rst | 110 templates are defined in the ``llvm/Support/Casting.h`` (`doxygen
|
/external/bcc/src/lua/ |
D | README.md | 106 from this structure points to kernel and a helper is needed to access it. Casting `req.ax` to point…
|
/external/google-fruit/tests/ |
D | tested_features.md | 150 * **TODO** Casting the injector to the desired type
|
/external/u-boot/doc/ |
D | README.unaligned-memory-access.txt | 190 1. Casting variables to types of different lengths
|
/external/javaparser/ |
D | changelog.md | 522 …* [#85 Casting a lambda expression causes a parsing failure](https://github.com/javaparser/javapar… 646 * Bug corrected: Casting signed primitive values
|
/external/clang/docs/ |
D | ControlFlowIntegrity.rst | 185 Casting an instance of a base class to such a derived class is technically
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.m | 302 …struct WrappedStruct *p = (struct WrappedStruct*) x.y; // expected-warning{{Casting a non-structur… 986 …ed long (*)[0]) ((char *) pr6036_d - 1))->pr6036_b; // expected-warning{{Casting a non-structure t…
|
D | misc-ps.m | 752 …return ((struct hodor *)&x)->sf; // expected-warning{{Casting a non-structure type to a structure …
|
/external/swiftshader/docs/ |
D | Reactor.md | 114 ### Casting and Reinterpreting
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 743 /********** Extraction, Insertion, Building and Casting **********/
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 121 is being cast to another format. Casting can be done only between compatible
|
/external/libnl/doc/ |
D | route.txt | 1284 .Usage Example: Allocation, Casting, Freeing
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 2800 /********** Extraction, Insertion, Building and Casting **********/
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 685 ## Casting Matchers ##
|
12