Home
last modified time | relevance | path

Searched refs:objc (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1939 int objc, in DbObjCmd() argument
2471 if( objc<5 || objc>7 ){ in DbObjCmd()
2794 objc--; in DbObjCmd()
2797 if( objc<3 || objc>5 ){ in DbObjCmd()
2955 if( objc!=(5+isReadonly) && objc!=(6+isReadonly) ){ in DbObjCmd()
2996 if( objc!=2 && objc!=3 ){ in DbObjCmd()
3209 if( objc!=2 && objc!=3 ){ in DbObjCmd()
3429 if( objc!=3 && objc!=4 ){ in DbObjCmd()
3488 if( objc!=2 && objc!=3 ){ in DbObjCmd()
3682 int objc, in DbObjCmdAdaptor() argument
[all …]
/freebsd-13.1/contrib/netbsd-tests/lib/libobjc/
H A Dt_threads.m37 #include <objc/objc.h>
38 #include <objc/thr.h>
39 #include <objc/Object.h>
41 #include <objc/runtime.h>
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td93 DiagGroup<"objc-signed-char-bool-implicit-int-conversion">;
100 DiagGroup<"objc-signed-char-bool-implicit-float-conversion">;
126 def ObjCLiteralConversion : DiagGroup<"objc-literal-conversion">;
498 def MethodAccess : DiagGroup<"objc-method-access">;
517 def ObjCRootClass : DiagGroup<"objc-root-class">;
521 def ObjCFlexibleArray : DiagGroup<"objc-flexible-array">;
522 def ObjCBoxing : DiagGroup<"objc-boxing">;
1157 def ObjCRedundantAPIUse : DiagGroup<"objc-redundant-api-use", [
1161 def ObjCCocoaAPI : DiagGroup<"objc-cocoa-api", [
1165 def ObjCStringComparison : DiagGroup<"objc-string-compare">;
[all …]
H A DBuiltins.def1128 LIBBUILTIN(objc_read_weak, "GG*", "f", "objc/objc-auto.h", OBJC_LANG)
1130 LIBBUILTIN(objc_assign_weak, "GGG*", "f", "objc/objc-auto.h", OBJC_LANG)
1132 LIBBUILTIN(objc_assign_ivar, "GGGY", "f", "objc/objc-auto.h", OBJC_LANG)
1134 LIBBUILTIN(objc_assign_global, "GGG*", "f", "objc/objc-auto.h", OBJC_LANG)
1136 LIBBUILTIN(objc_assign_strongCast, "GGG*", "f", "objc/objc-auto.h", OBJC_LANG)
1139 LIBBUILTIN(objc_exception_extract, "Gv*", "f", "objc/objc-exception.h", OBJC_LANG)
1143 LIBBUILTIN(objc_exception_try_exit, "vv*", "f", "objc/objc-exception.h", OBJC_LANG)
1145 LIBBUILTIN(objc_exception_match, "iGG", "f", "objc/objc-exception.h", OBJC_LANG)
1147 LIBBUILTIN(objc_exception_throw, "vG", "f", "objc/objc-exception.h", OBJC_LANG)
1150 LIBBUILTIN(objc_sync_enter, "iG", "f", "objc/objc-sync.h", OBJC_LANG)
[all …]
H A DSanitizers.def160 SANITIZER("objc-cast", ObjCCast)
H A DAttrDocs.td1044 .. code-block:: objc
1259 .. code-block:: objc
1273 .. code-block:: objc
1284 .. code-block:: objc
1304 .. code-block:: objc
1351 .. code-block:: objc
1478 .. code-block:: objc
1493 .. code-block:: objc
1586 .. code-block:: objc
4656 .. code-block:: objc
[all …]
H A DDiagnosticDriverKinds.td252 "'objc', 'standalone', 'swift', 'swift-5.0', 'swift-4.2', 'swift-4.1'">;
H A DDiagnosticLexKinds.td341 InGroup<DiagGroup<"objc-macro-redefinition">>;
H A DDiagnosticSemaKinds.td1272 InGroup<DiagGroup<"objc-property-implicit-mismatch">>;
1294 InGroup<DiagGroup<"objc-property-matches-cocoa-ownership-rule">>;
1304 InGroup<DiagGroup<"objc-protocol-property-synthesis">>;
1324 InGroup<DiagGroup<"objc-autosynthesis-property-ivar-name-match">>;
1327 InGroup<DiagGroup<"objc-missing-property-synthesis">>, DefaultIgnore;
1479 InGroup<DiagGroup<"objc-messaging-id">>;
3155 InGroup<DiagGroup<"objc-dictionary-duplicate-keys">>;
5639 InGroup<DiagGroup<"objc-forward-class-redefinition">>;
5697 InGroup<DiagGroup<"objc-interface-ivars">>, DefaultIgnore;
7165 InGroup<DiagGroup<"objc-circular-container">>;
[all …]
H A DAttr.td436 // FIXME: There's a matcher ambiguity with objc methods and blocks since
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DObjC.h17 namespace objc {
H A DInputFiles.cpp1116 addSymbol(objc::klass + symbol->getName()); in DylibFile()
1117 addSymbol(objc::metaclass + symbol->getName()); in DylibFile()
1120 addSymbol(objc::ehtype + symbol->getName()); in DylibFile()
1123 addSymbol(objc::ivar + symbol->getName()); in DylibFile()
H A DDriver.cpp313 if (sym.getName().startswith(objc::klass)) in addFile()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc40 UBSAN_CHECK(InvalidObjCCast, "invalid-objc-cast", "invalid-objc-cast")
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def49 TYPE("objc-cpp-output", PP_ObjC_Alias, INVALID, "mi", phases::Compile, phases::…
54 TYPE("objc++-cpp-output", PP_ObjCXX_Alias, INVALID, "mii", phases::Compile, phases::…
92 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", phases::Compile, phases::…
93 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", phases::Compile, phases::…
H A DOptions.td2241 def fno_objc_legacy_dispatch : Flag<["-"], "fno-objc-legacy-dispatch">, Group<f_Group>;
2242 def fno_objc_weak : Flag<["-"], "fno-objc-weak">, Group<f_Group>, Flags<[CC1Option]>;
2275 def fno_objc_arc : Flag<["-"], "fno-objc-arc">, Group<f_Group>;
2283 defm objc_arc_exceptions : BoolFOption<"objc-arc-exceptions",
2289 defm objc_exceptions : BoolFOption<"objc-exceptions",
2319 defm objc_infer_related_result_type : BoolFOption<"objc-infer-related-result-type",
2333 def fno_objc_nonfragile_abi : Flag<["-"], "fno-objc-nonfragile-abi">, Group<f_Group>;
3729 def rewrite_objc : Flag<["-"], "rewrite-objc">, Flags<[NoXarchOption,CC1Option]>,
3731 def rewrite_legacy_objc : Flag<["-"], "rewrite-legacy-objc">, Flags<[NoXarchOption]>,
5614 def fdebugger_objc_literal : Flag<["-"], "fdebugger-objc-literal">,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def84 MODULE_PASS("objc-arc-apelim", ObjCARCAPElimPass())
185 FUNCTION_ALIAS_ANALYSIS("objc-arc-aa", objcarc::ObjCARCAA())
268 FUNCTION_PASS("objc-arc", ObjCARCOptPass())
269 FUNCTION_PASS("objc-arc-contract", ObjCARCContractPass())
270 FUNCTION_PASS("objc-arc-expand", ObjCARCExpandPass())
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1643 const char *file, int objc, char *const objv[]) in dtrace_program_link() argument
1663 for (i = 0; i < objc; i++) in dtrace_program_link()
1670 for (i = 0; i < objc; i++) in dtrace_program_link()
1691 for (i = 0; i < objc; i++) { in dtrace_program_link()
1699 for (i = 0; i < objc; i++) { in dtrace_program_link()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td305 def objc_meta_data : Flag<["--"], "objc-meta-data">,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def204 ANALYZER_OPTION(bool, MayInlineObjCMethod, "objc-inlining",
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1191 HANDLE_DWARF_SECTION(AppleObjC, ".apple_objc", "apple-objc", BoolOption)
/freebsd-13.1/
H A DObsoleteFiles.inc9389 OLD_FILES+=usr/include/objc/encoding.h
9390 OLD_FILES+=usr/include/objc/hash.h
9392 OLD_FILES+=usr/include/objc/objc-api.h
9393 OLD_FILES+=usr/include/objc/objc-decls.h
9394 OLD_FILES+=usr/include/objc/objc-list.h
9395 OLD_FILES+=usr/include/objc/objc.h
9396 OLD_FILES+=usr/include/objc/Object.h
9398 OLD_FILES+=usr/include/objc/runtime.h
9399 OLD_FILES+=usr/include/objc/sarray.h
9400 OLD_FILES+=usr/include/objc/thr.h
[all …]
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp4792 #import <objc/runtime.h>
/freebsd-13.1/contrib/ncurses/misc/
H A Dterminfo.src3289 # python -c 'import sys,objc;NSUserDefaults=objc.lookUpClass(