Searched refs:types (Results 101 - 125 of 4612) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPConstants.cpp20 using namespace types;
39 /// Declarations for LLVM-IR types (simple, function and structure) are
46 #define OMP_TYPE(VarName, InitValue) Type *llvm::omp::types::VarName = nullptr;
48 FunctionType *llvm::omp::types::VarName = nullptr; \
49 PointerType *llvm::omp::types::VarName##Ptr = nullptr;
51 StructType *llvm::omp::types::VarName = nullptr; \
52 PointerType *llvm::omp::types::VarName##Ptr = nullptr;
57 void llvm::omp::types::initializeTypes(Module &M) {
62 // Create all simple and struct types exposed by the runtime and remember
78 void llvm::omp::types
[all...]
/freebsd-11-stable/libexec/talkd/
H A Dprint.c40 #include <sys/types.h>
49 static const char *types[] = variable
51 #define NTYPES (sizeof (types) / sizeof (types[0]))
67 tp = types[mp->type];
82 tp = types[rp->type];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp39 if (JA.getType() == types::TY_Nothing) {
41 } else if (JA.getType() == types::TY_AST) {
43 } else if (JA.getType() == types::TY_LLVM_IR ||
44 JA.getType() == types::TY_LTO_IR) {
46 } else if (JA.getType() == types::TY_LLVM_BC ||
47 JA.getType() == types::TY_LTO_BC) {
49 } else if (JA.getType() == types::TY_PP_Asm) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp65 namespace types = clang::driver::types;
92 types::ID guessType(StringRef Filename, bool *Certain = nullptr) {
95 types::lookupTypeForExtension(path::extension(Filename).substr(1));
97 *Certain = Lang != types::TY_CHeader && Lang != types::TY_INVALID;
101 // Return Lang as one of the canonical supported types.
103 static types::ID foldType(types::ID Lang) {
105 case types
[all...]
/freebsd-11-stable/contrib/blacklist/port/
H A Dstrtoi.c41 #include <sys/types.h>
45 #include <sys/types.h>
/freebsd-11-stable/crypto/openssh/regress/
H A Dssh-com-keygen.sh41 types="dss"
44 types="$types rsa"
47 for t in $types; do
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dmech_locl.h38 #include <krb5-types.h>
40 #include <sys/types.h>
/freebsd-11-stable/crypto/openssh/
H A Dplatform.h17 #include <sys/types.h>
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-solaris.h19 #include <sys/types.h>
/freebsd-11-stable/contrib/llvm-project/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*|
49 #include <sys/types.h>
65 #include <sys/types.h>
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_strlcpy.c27 #include <sys/types.h>
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_extattrctl.c1 #include <sys/types.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_syslog.c31 #include <sys/types.h>
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_simplecli.c3 #include <sys/types.h>
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dbacktrace.h47 #include <isc/types.h>
H A Dbase64.h26 #include <isc/types.h>
H A Dhex.h26 #include <isc/types.h>
H A Dmsgcat.h62 #include <isc/types.h>
H A Dmutexblock.h27 #include <isc/types.h>
H A Dondestroy.h24 #include <isc/types.h>
H A Dparseint.h24 #include <isc/types.h>
H A Drandom.h24 #include <isc/types.h>
H A Dresource.h26 #include <isc/types.h>
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Derrno2result.h30 #include <isc/types.h>
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Derrno2result.h28 #include <isc/types.h>

Completed in 184 milliseconds

1234567891011>>