HomeSort by relevance Sort by last modified time
    Searched refs:set_subtract (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 246 /// TODO: We should be able to use set_subtract from SetOperations.h, but
249 void set_subtract(const STy &S) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 258 /// TODO: We should be able to use set_subtract from SetOperations.h, but
261 void set_subtract(const STy &S) {
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkArchives.cpp 131 // variable is used to "set_subtract" from the set of undefined symbols.
189 set_subtract(UndefinedSymbols, NotDefinedByArchive);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineVerifier.cpp 822 set_subtract(regsLive, regsKilled); regsKilled.clear();
823 set_subtract(regsLive, regsDead); regsDead.clear();
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 400 milliseconds