Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 25 of 257) sorted by relevance

1234567891011

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnetgroup.c87 static int write_netgroup_triple(TFILE *fp,const char *triple) in write_netgroup_triple() argument
93 for (i=0;(triple[i]!='\0')&&(isspace(triple[i]));i++) in write_netgroup_triple()
96 if (triple[i]!='(') in write_netgroup_triple()
104 for (;(triple[i]!='\0')&&(triple[i]!=',');i++) in write_netgroup_triple()
106 if (triple[i]!=',') in write_netgroup_triple()
115 for (;(triple[i]!='\0')&&(triple[i]!=',');i++) in write_netgroup_triple()
117 if (triple[i]!=',') in write_netgroup_triple()
126 for (;(triple[i]!='\0')&&(triple[i]!=')');i++) in write_netgroup_triple()
128 if (triple[i]!=')') in write_netgroup_triple()
136 for (;(triple[i]!='\0')&&(isspace(triple[i]));i++) in write_netgroup_triple()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp76 const llvm::Triple &triple);
85 void AddDefaultCIncludePaths(const llvm::Triple &triple,
91 const llvm::Triple &triple,
97 const llvm::Triple &triple,
186 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths() argument
191 llvm::Triple::ArchType arch = triple.getArch(); in AddGnuCPlusPlusIncludePaths()
214 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths() argument
216 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths()
218 if (triple.isOSDarwin()) { in AddDefaultCIncludePaths()
234 if (triple.getEnvironment() != llvm::Triple::Cygnus) in AddDefaultCIncludePaths()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DBooleanExpression.py23 def evaluate(string, variables, triple=""): argument
25 parser = BooleanExpression(string, set(variables), triple)
32 def __init__(self, string, variables, triple=""): argument
36 self.triple = triple
101 self.token in self.triple)
154 triple = 'arch-vendor-os'
155 self.assertTrue(BooleanExpression.evaluate('arch-', {}, triple))
156 self.assertTrue(BooleanExpression.evaluate('ar', {}, triple))
157 self.assertTrue(BooleanExpression.evaluate('ch-vend', {}, triple))
158 self.assertTrue(BooleanExpression.evaluate('-vendor-', {}, triple))
[all …]
H A DTest.py313 triple = getattr(self.suite.config, 'target_triple', "")
324 if BooleanExpression.evaluate(item, features, triple):
386 triple = getattr(self.suite.config, 'target_triple', "")
390 if BooleanExpression.evaluate(item, features, triple)]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dparams.py60 actions=lambda triple: filter(None, [
61 AddFeature(triple),
62 AddFlagIfSupported('--target={}'.format(triple)),
63 AddFeature('linux-gnu') if re.match(r'^.*-linux-gnu', triple) else None,
64 AddFeature('x86_64-linux') if re.match(r'^x86_64.*-linux', triple) else None,
65 AddFeature('x86_64-apple') if re.match(r'^x86_64.*-apple', triple) else None,
66 AddFeature('target-x86') if re.match(r'^i.86.*', triple) else None,
67 AddFeature('target-x86_64') if re.match(r'^x86_64.*', triple) else None,
68 AddFeature('target-aarch64') if re.match(r'^aarch64.*', triple) else None,
69 AddFeature('target-arm') if re.match(r'^arm.*', triple) else None,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddisassemble.c37 static void do_disassemble(const char *triple, const char *features, in do_disassemble() argument
39 LLVMDisasmContextRef D = LLVMCreateDisasmCPUFeatures(triple, "", features, in do_disassemble()
45 printf("ERROR: Couldn't create disassembler for triple %s\n", triple); in do_disassemble()
68 const char *triple = tokens[0]; in handle_line() local
72 printf("triple: %s, features: %s\n", triple, features); in handle_line()
83 do_disassemble(triple, features, disbuf, disbuflen); in handle_line()
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/
H A DCMakeLists.txt10 function(cxx_abi_list_identifier result triple abi_library abi_version unstable exceptions new_dele…
13 if ("${triple}" MATCHES "darwin")
15 string(REGEX REPLACE "darwin[0-9]+\\.[0-9]+\\.[0-9]+" "darwin" triple "${triple}")
16 elseif("${triple}" MATCHES "freebsd")
18 string(REGEX REPLACE "freebsd[0-9]+\\.[0-9]+" "freebsd" triple "${triple}")
20 list(APPEND abi_properties "${triple}")
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/
H A Dtest_disassembler.py13 triple = 'i686-apple-darwin9'
15 disassembler = Disassembler(triple)
38 triple = 'arm-linux-android'
40 disassembler = Disassembler(triple)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py77 def __init__(self, prefixes, cmd_args, triple): argument
80 self.triple = triple
83 return [self.prefixes, self.cmd_args, self.triple][index]
120 triple = None
123 triple = m.group(1)
126 if m and not triple:
127 triple = '{}--'.format(m.group(1))
140 run_list.append(Run(check_prefixes, cmd_args, triple))
170 def build_function_body_dictionary(test, raw_tool_output, triple, prefixes, argument
H A Dupdate_llc_test_checks.py126 triple = triple_in_cmd or triple_in_ir
127 if not triple:
128 triple = asm.get_triple_from_march(march_in_cmd)
130 scrubber, function_re = asm.get_run_handler(triple)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py265 def get_clang_has_lsan(self, clang, triple): argument
281 if re.match(r'.*-linux', triple):
284 if re.match(r'^x86_64.*-apple', triple):
298 def make_itanium_abi_triple(self, triple): argument
299 m = re.match(r'(\w+)-(\w+)-(\w+)', triple)
302 "Could not turn '%s' into Itanium ABI triple" % triple)
305 return triple
308 def make_msabi_triple(self, triple): argument
309 m = re.match(r'(\w+)-(\w+)-(\w+)', triple)
312 "Could not turn '%s' into MS ABI triple" % triple)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/
H A DNOTES.txt41 // Specifying targets: -triple and -arch
44 The clang supports "-triple" and "-arch" options. At most one -triple and one
49 (1) If the user does not specify -triple, we default to the host triple.
51 specified triple.
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.mli133 (** [default_triple ()] returns the default target triple for current
152 (** [by_triple triple] returns a target for a triple [triple], or raises
153 [Error] if [triple] does not correspond to a registered target. *)
181 val create : triple:string -> ?cpu:string -> ?features:string ->
188 (** Returns the triple used while creating this target machine. See
190 val triple : t -> string val
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl08.rst24 called a "target triple". This takes the form
26 <https://clang.llvm.org/docs/CrossCompilation.html#target-triple>`_).
29 triple:
39 Fortunately, we don't need to hard-code a target triple to target the
41 returns the target triple of the current machine.
64 We can now use our target triple to get a ``Target``:
73 // TargetRegistry or we have a bogus target triple.
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A DREADME19 It supports ecb, cbc, ofb, cfb, triple ecb, triple cbc, triple ofb,
20 triple cfb, desx, and MIT's pcbc encryption modes and also has a fast
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A DREADME19 It supports ecb, cbc, ofb, cfb, triple ecb, triple cbc, triple ofb,
20 triple cfb, desx, and MIT's pcbc encryption modes and also has a fast
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Ddisassembler.py66 def __init__(self, triple): argument
75 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
79 triple)
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp153 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime() local
155 if (triple.isiOS()) in HasARCRuntime()
156 return triple.getOSMajorVersion() >= 5; in HasARCRuntime()
158 if (triple.isWatchOS()) in HasARCRuntime()
161 if (triple.getOS() == llvm::Triple::Darwin) in HasARCRuntime()
162 return triple.getOSMajorVersion() >= 11; in HasARCRuntime()
164 if (triple.getOS() == llvm::Triple::MacOSX) { in HasARCRuntime()
166 triple.getOSVersion(Major, Minor, Micro); in HasARCRuntime()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dtarget.go216 func GetTargetFromTriple(triple string) (t Target, err error) {
218 ctriple := C.CString(triple)
291 func DefaultTargetTriple() (triple string) {
294 triple = C.GoString(cTriple)
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A DCrossWinToARMLinux.cmake64 #NOTE: we must normalize specified target triple to a fully specified triple,
66 # installation path and operable target triple by Clang to get a correct runtime
71 message(FATAL_ERROR "invalid target triple")
84 message(STATUS "Toolchain target triple: ${TARGET_TRIPLE}")
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dasm.py354 for prefix, triple in triples.items():
356 return triple
360 def get_run_handler(triple): argument
396 if triple.startswith(prefix) and len(prefix) > len(best_prefix):
401 raise KeyError('Triple %r is not supported' % (triple))
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMExternalProjectUtils.cmake19 # is_msvc_triple(out_var triple)
20 # Checks whether the passed triple refers to an MSVC environment
21 function(is_msvc_triple out_var triple)
22 if (triple MATCHES ".*-windows-msvc.*")
51 # TARGET_TRIPLE triple
52 # Optional target triple to pass to the compiler
H A DGetHostTriple.cmake1 # Returns the host triple.
28 message(WARNING "unable to determine host target triple")
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllc.rst57 .. option:: -mtriple=<target triple>
59 Override the target triple specified in the input file with the specified
66 valid architectures. By default this is inferred from the target triple or
72 By default this is inferred from the target triple and autodetected to
148 *4* and *5*. Default value (*default*) depends on the triple.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-python.c1010 bool triple, bool interpret_ansic, bool interpret_unicode, in phase7_getuc() argument
1025 if (triple) in phase7_getuc()
1044 if (triple) in phase7_getuc()
1457 bool triple; in phase5_get() local
1505 triple = false; in phase5_get()
1512 triple = true; in phase5_get()
1527 int uc = phase7_getuc (quote_char, triple, interpret_ansic, in phase5_get()

1234567891011