Searched refs:Cmp (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.10/swig-12/Source/Modules/
H A Ds-exp.cxx141 return ((Cmp(key, "nodeType") == 0)
142 || (Cmp(key, "firstChild") == 0)
143 || (Cmp(key, "lastChild") == 0)
144 || (Cmp(key, "parentNode") == 0)
145 || (Cmp(key, "nextSibling") == 0)
146 || (Cmp(key, "previousSibling") == 0)
147 || (Cmp(key, "csym:nextSibling") == 0)
148 || (Cmp(key, "csym:previousSibling") == 0)
149 || (Cmp(key, "typepass:visit") == 0)
150 || (Cmp(ke
[all...]
H A Dxml.cxx123 if ((Cmp(k, "nodeType") == 0)
124 || (Cmp(k, "firstChild") == 0)
125 || (Cmp(k, "lastChild") == 0)
126 || (Cmp(k, "parentNode") == 0)
127 || (Cmp(k, "nextSibling") == 0)
128 || (Cmp(k, "previousSibling") == 0)
131 } else if (Cmp(k, "module") == 0) {
133 } else if (Cmp(k, "baselist") == 0) {
135 } else if (!xmllite && Cmp(k, "typescope") == 0) {
137 } else if (!xmllite && Cmp(
[all...]
H A Dutils.cxx16 return !access || !Cmp(access, "public");
21 return access && !Cmp(access, "private");
26 return access && !Cmp(access, "protected");
H A Dbrowser.cxx42 if ((Cmp(k, "nodeType") == 0) || (Cmp(k, "firstChild") == 0) || (Cmp(k, "lastChild") == 0) ||
43 (Cmp(k, "parentNode") == 0) || (Cmp(k, "nextSibling") == 0) || (Cmp(k, "previousSibling") == 0) || (*(Char(k)) == '$')) {
45 } else if (Cmp(k, "parms") == 0) {
H A Ddirectors.cxx33 if (!pname && Cmp(Getattr(p, "type"), "void")) {
162 if (!Cmp(q, "const")) {
183 if (!name && Cmp(type, "void")) {
H A Dallocate.cxx400 if (!((Cmp(storage, "typedef") == 0))
401 && !((Cmp(storage, "friend") == 0))) {
405 if (e && is_public(e) && !GetFlag(e, "feature:ignore") && (Cmp(symname, Getattr(e, "sym:name")) == 0)) {
414 if (Cmp(symname, Getattr(e, "sym:name")) == 0) {
418 if ((!symname || (!Getattr(e, "sym:name"))) && (Cmp(name, Getattr(e, "name")) == 0)) {
749 if (Cmp(kind, "public") == 0) {
751 } else if (Cmp(kind, "private") == 0) {
753 } else if (Cmp(kind, "protected") == 0) {
H A Dlang.cxx833 int isfriend = storage && (Cmp(storage, "friend") == 0);
852 if (Cmp(storage, "typedef") == 0) {
912 if ((Cmp(storage, "extern") == 0) || (ForceExtern && !storage)) {
942 } else if (Cmp(storage, "externc") == 0) {
982 if ((Cmp(storage, "extern") == 0) || ForceExtern) {
1022 int isfriend = CurrentClass && Cmp(storage, "friend") == 0;
1023 int isstatic = CurrentClass && Cmp(storage, "static") == 0 && !(SmartPointer && Getattr(n, "allocate:smartpointeraccess"));
1044 bool virtual_but_not_pure_virtual = (!(Cmp(storage, "virtual")) && (Cmp(Getattr(n, "value"), "0") != 0));
1095 if (Cmp(cbnam
[all...]
H A Dphp.cxx726 int constructor = (Cmp(nodeType, "constructor") == 0);
738 if (Cmp(nodeType, "destructor") == 0) {
1111 if (Cmp(Getattr(p, "type"), Getattr(p2, "type")) != 0)
1113 if (Cmp(Getattr(p, "name"), Getattr(p2, "name")) != 0)
1122 if (Cmp(value, value2) != 0)
1358 } else if (Cmp(arg_values[argno], value) != 0) {
1420 if (arg_values[argno] && Cmp(arg_values[argno], "?") == 0) {
1493 if (Cmp(d, "void") != 0) {
1515 if (Cmp(d, "void") != 0) {
1579 if (Cmp(ac
[all...]
H A Djava.cxx343 if (Cmp(imclass_name, Getattr(n, "name")) == 0)
788 bool is_destructor = (Cmp(Getattr(n, "nodeType"), "destructor") == 0);
828 is_void_return = (Cmp(c_return_type, "void") == 0);
993 if (Cmp(nodeType(n), "constant") == 0) {
1009 if (Cmp(nodeType(n), "constant") == 0)
1096 bool getter_flag = Cmp(symname, Swig_name_set(Swig_name_member(proxy_class_name, variable_name))) != 0;
1360 bool is_enum_item = (Cmp(nodeType(n), "enumitem") == 0);
1749 if (Cmp(proxy_class_name, imclass_name) == 0) {
1754 if (Cmp(proxy_class_name, module_class_name) == 0) {
1955 setter_flag = (Cmp(Getatt
[all...]
H A Dcsharp.cxx334 if (Cmp(imclass_name, Getattr(n, "name")) == 0)
761 is_void_return = (Cmp(c_return_type, "void") == 0);
915 if (Cmp(nodeType(n), "constant") == 0) {
927 if (Cmp(nodeType(n), "constant") == 0)
1035 bool getter_flag = Cmp(symname, Swig_name_set(Swig_name_member(proxy_class_name, variable_name))) != 0;
1312 bool is_enum_item = (Cmp(nodeType(n), "enumitem") == 0);
1740 if (Cmp(proxy_class_name, imclass_name) == 0) {
1745 if (Cmp(proxy_class_name, module_class_name) == 0) {
1946 setter_flag = (Cmp(Getattr(n, "sym:name"), Swig_name_set(Swig_name_member(proxy_class_name, variable_name))) == 0);
2123 if (!Cmp(return_typ
[all...]
H A Docaml.cxx448 int destructor = (!Cmp(nodeType, "destructor"));
1239 if (!Cmp(parent_type, "class") || !Cmp(parent_type, "namespace"))
1243 if (!Cmp(parent_type, "class"))
1412 if (Cmp(storage, "virtual") == 0) {
1413 if (Cmp(value, "0") == 0) {
1425 is_void = (!Cmp(type, "void") && !is_pointer);
1513 } else if (Cmp(ptype, "void")) {
H A Doctave.cxx280 bool autodoc_enabled = !Cmp(Getattr(n, "feature:autodoc"), "1");
441 int constructor = (!Cmp(nodeType, "constructor"));
442 int destructor = (!Cmp(nodeType, "destructor"));
474 if (Cmp(storage, "explicit") == 0) {
1138 if (Cmp(storage, "virtual") == 0) {
1139 if (Cmp(value, "0") == 0) {
1154 is_void = (!Cmp(type, "void") && !is_pointer);
1286 } else if (Cmp(ptype, "void")) {
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DStatistic.cpp89 int Cmp = std::strcmp(LHS->getName(), RHS->getName()); local
90 if (Cmp != 0) return Cmp < 0;
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp65 void emitBranchToTrap(Value *Cmp = 0);
101 /// If Cmp is non-null, perform a jump only if its value evaluates to true.
102 void BoundsChecking::emitBranchToTrap(Value *Cmp) { argument
104 ConstantInt *C = dyn_cast_or_null<ConstantInt>(Cmp);
110 Cmp = 0; // unconditional branch
118 if (Cmp)
119 BranchInst::Create(getTrapBB(), Cont, Cmp, OldBB); local
H A DAddressSanitizer.cpp258 // Cmp
262 // if (Cmp)
269 static TerminatorInst *splitBlockAndInsertIfThen(Value *Cmp, bool Unreachable) { argument
270 Instruction *SplitBefore = cast<Instruction>(Cmp)->getNextNode();
282 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cmp);
333 Value *Cmp = IRB.CreateICmpNE(Length, local
335 InsertBefore = splitBlockAndInsertIfThen(Cmp, false);
486 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); local
492 TerminatorInst *CheckTerm = splitBlockAndInsertIfThen(Cmp, false);
502 CrashTerm = splitBlockAndInsertIfThen(Cmp, tru
[all...]
/macosx-10.10/swig-12/Source/Swig/
H A Dtree.c73 if ((Cmp(k, "nodeType") == 0) || (Cmp(k, "firstChild") == 0) || (Cmp(k, "lastChild") == 0) ||
74 (Cmp(k, "parentNode") == 0) || (Cmp(k, "nextSibling") == 0) || (Cmp(k, "previousSibling") == 0) || (*(Char(k)) == '$')) {
76 } else if (Cmp(k, "parms") == 0) {
H A Dnaming.c867 if (Cmp(ta, tb) != 0)
871 if (Cmp(ta, "cdecl") == 0) {
876 if ((Cmp(a_storage, "typedef") == 0)
877 || (Cmp(b_storage, "typedef") == 0)) {
878 if (Cmp(a_storage, b_storage) == 0) {
881 if (Cmp(a_type, b_type) == 0)
888 if ((Cmp(a_storage, "static") == 0)
889 || (Cmp(b_storage, "static") == 0)) {
890 if (Cmp(a_storage, b_storage) != 0)
896 if (!a_inclass || (Cmp(a_storag
[all...]
H A Dcwrap.c844 int pure_virtual = !(Cmp(Getattr(n, "storage"), "virtual")) && !(Cmp(Getattr(n, "value"), "0"));
849 if (access && (Cmp(access, "protected") == 0)) {
918 if (Cmp(Getattr(n, "storage"), "static") != 0) {
976 if (Cmp(nodetype, "class") == 0)
988 int is_void = !Cmp(type, "void");
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLowerAtomic.cpp26 Value *Cmp = CXI->getCompareOperand(); local
30 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
H A DJumpThreading.cpp471 if (CmpInst *Cmp = dyn_cast<CmpInst>(I)) {
473 PHINode *PN = dyn_cast<PHINode>(Cmp->getOperand(0));
480 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB);
482 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, TD);
488 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
505 if (isa<Constant>(Cmp->getOperand(1)) && Cmp->getType()->isIntegerTy()) {
506 if (!isa<Instruction>(Cmp->getOperand(0)) ||
507 cast<Instruction>(Cmp->getOperand(0))->getParent() != BB) {
508 Constant *RHSCst = cast<Constant>(Cmp
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DStackProtector.cpp258 ICmpInst *Cmp = new ICmpInst(*BB, CmpInst::ICMP_EQ, LI1, LI2, ""); local
259 BranchInst::Create(NewBB, FailBB, Cmp, BB);
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.y261 return Cmp(Getattr(n,"storage"),"friend") == 0;
284 int iscdecl = Cmp(nodeType(n),"cdecl") == 0;
349 if ((Cmp(Getattr(n,"storage"),"virtual") == 0) && (Cmp(Getattr(n,"value"),"0") == 0)) {
367 if (Cmp(storage,"typedef") == 0) {
473 if (Cmp(symname,Getattr(n,"name"))) {
477 if (Cmp(symname,Getattr(c,"name"))) {
681 if (((Cmp(nodeType(n),"typemap") == 0) || (Cmp(nodeType(n),"fragment") == 0))) {
716 if (Cmp(nodeTyp
[all...]
H A Dparser.c575 return Cmp(Getattr(n,"storage"),"friend") == 0;
598 int iscdecl = Cmp(nodeType(n),"cdecl") == 0;
663 if ((Cmp(Getattr(n,"storage"),"virtual") == 0) && (Cmp(Getattr(n,"value"),"0") == 0)) {
681 if (Cmp(storage,"typedef") == 0) {
787 if (Cmp(symname,Getattr(n,"name"))) {
791 if (Cmp(symname,Getattr(c,"name"))) {
995 if (((Cmp(nodeType(n),"typemap") == 0) || (Cmp(nodeType(n),"fragment") == 0))) {
1030 if (Cmp(nodeTyp
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DPatternMatch.h747 ICmpInst *Cmp = dyn_cast<ICmpInst>(SI->getCondition());
748 if (!Cmp)
754 Value *LHS = Cmp->getOperand(0);
755 Value *RHS = Cmp->getOperand(1);
760 Cmp->getPredicate() : Cmp->getSwappedPredicate();
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h49 #define DohCmp DOH_NAMESPACE(Cmp)
359 #define Cmp DohCmp macro

Completed in 393 milliseconds

123