Searched defs:S2 (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { argument
40 void set_intersect(S1Ty &S1, const S2Ty &S2) { argument
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { argument
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { argument
[all...]
H A DStringSwitch.h91 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const T& Value) argument
97 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const T& Value) argument
104 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const T& Value) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp51 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; local
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DImmutableSetTest.cpp55 ImmutableSet<int> S2 = f.add(S, 3); local
83 ImmutableSet<int> S2 = f.add(f.add(f.add(S, 3), 4), 5); local
121 ImmutableSet<int> S2 = f.add(f.add(S, 4), 5); local
144 ImmutableSet<char> S2 = f.add(f.add(f.add(S, 'a'), 'e'), 'i'); local
156 ImmutableSet<char> S2 = f.add(f.add(f.add(S, 'b'), 'c'), 'd'); local
179 ImmutableSet<long> S2 = f.add(f.add(f.add(S, 0), 1), 2); local
[all...]
H A DIntrusiveRefCntPtrTest.cpp33 SimpleRefCounted *S2 = new SimpleRefCounted(*S1); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonPeephole.cpp247 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp76 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; local
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Analysis/
H A DScalarEvolutionTest.cpp58 const SCEV *S2 = SE.getSCEV(V2); local
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DAlignOfTest.cpp46 struct S2 { char a; }; struct in namespace:__anon10559
[all...]
/macosx-10.10.1/ruby-106/ruby/enc/
H A Demacs_mule.c68 typedef enum { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3, S4, S5, S6 } state_t; enumerator in enum:__anon12044
H A Deuc_tw.c51 typedef enum { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3 } state_t; enumerator in enum:__anon12047
H A Deuc_jp.c54 typedef enum { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2 } state_t; enumerator in enum:__anon12045
H A Dutf_8.c65 S0, S1, S2, S3, enumerator in enum:__anon12059
H A Dgb18030.c65 typedef enum { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3 } state_t; enumerator in enum:__anon12049
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantPoolValue.cpp221 static bool CPV_streq(const char *S1, const char *S2) { argument
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DInstructionsTest.cpp177 Value *S2 = BTC2->stripPointerCasts(); local
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSetTheory.cpp55 RecSet S1, S2; local
/macosx-10.10.1/vim-55/src/
H A Dsha256.c91 #define S2(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dt1_enc.c179 const unsigned char *S1,*S2; local
/macosx-10.10.1/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp673 struct S2 { struct
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DPassManager.cpp1126 dumpPassInfo(Pass *P, enum PassDebuggingString S1, enum PassDebuggingString S2, StringRef Msg) argument
H A DInstructions.cpp1725 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1738 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1827 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, argument
1835 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, argument
2868 Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
2889 Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_string.rb1887 class S2 < String class in class:TestString.test_CMP.test_index.test_rindex.test_sub
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h1418 void init(Value *C, Value *S1, Value *S2) { argument
1425 SelectInst(Value *C, Value *S1, Value *S2, const Twine &NameStr, argument
1432 SelectInst(Value *C, Value *S1, Value *S2, const Twine &NameStr, argument
1442 static SelectInst *Create(Value *C, Value *S1, Value *S2, argument
1447 static SelectInst *Create(Value *C, Value *S1, Value *S2, argument
[all...]

Completed in 385 milliseconds