• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/swig-12/Source/Modules/

Lines Matching refs:Cmp

833     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(cbname, symname) == 0) {
1167 if (Cmp(storage, "virtual") == 0) {
1168 if (Cmp(value, "0") == 0) {
1200 if (Cmp(cbname, symname) == 0) {
1342 if ((Cmp(storage, "static") == 0) && !(SmartPointer && Getattr(n, "allocate:smartpointeraccess"))) {
1747 int is_destructor = (Cmp(nodeType, "destructor") == 0);
1801 int is_destructor = (Cmp(nodeType, "destructor") == 0);
1802 if ((Cmp(nodeType, "cdecl") == 0) || is_destructor) {
1946 if (Cmp(nodeType, "constructor") == 0) {
2013 if (!Cmp(type, "destructor")) {
2089 bool cdeclaration = (Cmp(nodeType, "cdecl") == 0);
2331 if (Cmp(kind, "class") == 0) {
2581 if (name && (Cmp(Swig_scopename_last(name), Swig_scopename_last(ClassName))) && !(Getattr(n, "template"))) {
2633 int constructor = (!Cmp(nodeType, "constructor"));
2751 if (Cmp(kind, "public") == 0) {
2753 } else if (Cmp(kind, "private") == 0) {
2755 } else if (Cmp(kind, "protected") == 0) {
3229 int pure_virtual = (Cmp(Getattr(n, "value"), "0") == 0);