Searched refs:types (Results 176 - 200 of 3972) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp66 namespace types = clang::driver::types;
93 types::ID guessType(StringRef Filename, bool *Certain = nullptr) {
96 types::lookupTypeForExtension(path::extension(Filename).substr(1));
98 *Certain = Lang != types::TY_CHeader && Lang != types::TY_INVALID;
102 // Return Lang as one of the canonical supported types.
104 static types::ID foldType(types::ID Lang) {
106 case types
[all...]
/openbsd-current/libexec/talkd/
H A Dprint.c40 static char *types[] = { variable
43 #define NTYPES (sizeof(types) / sizeof(types[0]))
60 tp = types[mp->type];
74 tp = types[rp->type];
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dgv_autoload4.t11 my @types = map { 'gv_autoload' . $_ } qw( 4 _sv _pv _pvn );
26 is $glob = XS::APItest::gv_autoload_type(\%::, $sub, $type, $method), "*main::AUTOLOAD", "*main::AUTOLOAD if autoload is true in $types[$type].";
58 *{$glob}{CODE}->( "������������::" . $sub, "$types[$type]() is UTF8-clean when both the stash and the sub are in UTF-8");
60 *{$glob}{CODE}->( "������������::" . $sub, "$types[$type]() is UTF8-clean when only the stash is in UTF-8");
/openbsd-current/regress/usr.bin/ssh/
H A Dssh-com-keygen.sh41 types="dss"
44 types="$types rsa"
47 for t in $types; do
/openbsd-current/gnu/llvm/llvm/include/llvm-c/
H A DDataTypes.h1 /*===-- include/llvm-c/DataTypes.h - Define fixed size types ------*- C -*-===*\
10 |* This file contains definitions to figure out the size of _HOST_ data types.*|
15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
43 #include <sys/types.h>
59 #include <sys/types.h>
/openbsd-current/gnu/lib/libiberty/src/
H A Dfdmatch.c49 #include <sys/types.h>
H A Dsigsetmask.c20 /* Including <sys/types.h> seems to be needed by ISC. */
21 #include <sys/types.h>
H A Dwaitpid.c18 /* On some systems (such as WindISS), you must include <sys/types.h>
20 #include <sys/types.h>
H A Dxmemdup.c24 #include <sys/types.h> /* For size_t. */
H A Dxstrdup.c16 #include <sys/types.h>
H A Dxstrndup.c36 #include <sys/types.h>
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dkilled.c20 #include <sys/types.h>
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility15.C9 #include <sys/types.h>
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiffrun.h24 #include <sys/types.h>
/openbsd-current/sys/arch/amd64/amd64/
H A Dapic.c35 #include <sys/types.h>
/openbsd-current/lib/libm/arch/sh/
H A De_sqrt.c7 #include <sys/types.h>
H A De_sqrtf.c7 #include <sys/types.h>
/openbsd-current/lib/libc/gen/
H A Dsignbit.c18 #include <sys/types.h>
/openbsd-current/lib/libc/net/
H A Dgai_strerror.c37 #include <sys/types.h>
H A Dres_data.c54 #include <sys/types.h>
H A Dsend.c31 #include <sys/types.h>
H A Dvars6.c32 #include <sys/types.h>
/openbsd-current/lib/libc/nls/
H A Dcatclose.c33 #include <sys/types.h>
/openbsd-current/lib/libc/stdio/
H A Dtmpnam.c34 #include <sys/types.h>
/openbsd-current/lib/libc/string/
H A Dstrdup.c32 #include <sys/types.h>

Completed in 430 milliseconds

1234567891011>>