Home
last modified time | relevance | path

Searched refs:_compile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/file/python/
H A Dmagic.py102 _compile = _libraries['magic'].magic_compile variable
103 _compile.restype = c_int
104 _compile.argtypes = [magic_t, c_char_p]
220 return _compile(self._magic_t, Magic.__tobytes(dbs))
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5899 def _compile : Flag<["--"], "compile">, Alias<c>;