/freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeDocstrings.i | 2 "Represents a member of a type." 6 "Represents a member function of a type." 10 "Represents a data type in lldb. 12 The actual characteristics of each type are defined by the semantics of the 14 to compile the target program. See the language-specific notes in the 20 information. For some languages such as C, C++ and Objective-C it is possible 21 to create new types by evaluating expressions that define a new type. 45 Task *task_head = new Task(-1, NULL); 52 task_head->next = task1; 53 task1->next = task2; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 1 //===- Type.cpp - Implement the Type class ------ 36 getPrimitiveType(LLVMContext & C,TypeID IDNumber) getPrimitiveType() argument 93 getFloatingPointTy(LLVMContext & C,const fltSemantics & S) getFloatingPointTy() argument 237 getVoidTy(LLVMContext & C) getVoidTy() argument 238 getLabelTy(LLVMContext & C) getLabelTy() argument 239 getHalfTy(LLVMContext & C) getHalfTy() argument 240 getBFloatTy(LLVMContext & C) getBFloatTy() argument 241 getFloatTy(LLVMContext & C) getFloatTy() argument 242 getDoubleTy(LLVMContext & C) getDoubleTy() argument 243 getMetadataTy(LLVMContext & C) getMetadataTy() argument 244 getTokenTy(LLVMContext & C) getTokenTy() argument 245 getX86_FP80Ty(LLVMContext & C) getX86_FP80Ty() argument 246 getFP128Ty(LLVMContext & C) getFP128Ty() argument 247 getPPC_FP128Ty(LLVMContext & C) getPPC_FP128Ty() argument 248 getX86_MMXTy(LLVMContext & C) getX86_MMXTy() argument 249 getX86_AMXTy(LLVMContext & C) getX86_AMXTy() argument 251 getInt1Ty(LLVMContext & C) getInt1Ty() argument 252 getInt8Ty(LLVMContext & C) getInt8Ty() argument 253 getInt16Ty(LLVMContext & C) getInt16Ty() argument 254 getInt32Ty(LLVMContext & C) getInt32Ty() argument 255 getInt64Ty(LLVMContext & C) getInt64Ty() argument 256 getInt128Ty(LLVMContext & C) getInt128Ty() argument 258 getIntNTy(LLVMContext & C,unsigned N) getIntNTy() argument 262 getWasm_ExternrefTy(LLVMContext & C) getWasm_ExternrefTy() argument 268 getWasm_FuncrefTy(LLVMContext & C) getWasm_FuncrefTy() argument 278 get(LLVMContext & C,unsigned NumBits) get() argument 625 const Constant *C = dyn_cast<Constant>(V); indexValid() local 632 getTypeByName(LLVMContext & C,StringRef Name) getTypeByName() argument 743 get(LLVMContext & C,unsigned AddressSpace) get() argument 755 PointerType(LLVMContext & C,unsigned AddrSpace) PointerType() argument 778 TargetExtType(LLVMContext & C,StringRef Name,ArrayRef<Type * > Types,ArrayRef<unsigned> Ints) TargetExtType() argument 796 get(LLVMContext & C,StringRef Name,ArrayRef<Type * > Types,ArrayRef<unsigned> Ints) get() argument 835 LLVMContext &C = Ty->getContext(); getTargetTypeInfo() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Types.def | 1 //===--- Types.def - Driver Type info ----- [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 1 //===- llvm/Type.h - Classes for handling data types ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains the declaration of the Type class. For more "Type" 12 //===----------------------------------------------------------------------===// 37 /// The instances of the Type class are immutable: once they are created, 39 /// type is ever created. Thus seeing if two types are equal is a matter of 41 /// are created, Type instances can only be created via static factory methods 42 /// in class Type and in derived classes. Once allocated, Types are never 45 class Type { [all …]
|
H A D | Constants.h | 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===// 5 // SPDX-Licens [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 1 //===- DynamicTypePropagation.cpp ------------------------------*- C++ -*--===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // types, the other does type inference on Obj-C generics and report type 13 // Dynamic Type Propagation: 14 // This checker defines the rules for dynamic type gathering and propagation. 16 // Generics Checker for Objective-C: 17 // This checker tries to find type errors that the compiler is not able to catch 21 //===----------------------------------------------------------------------===// 40 // ProgramState trait - The type inflation is tracked by DynamicTypeMap. This is [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/usb/ |
H A D | realtek,rtd-type-c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/realtek,rtd-type-c.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Realtek DHC RTD SoCs USB Type-C Connector detection 11 - Stanley Chang <stanley_chang@realtek.com> 14 Realtek digital home center (DHC) RTD series SoCs include a type c module. 15 This module is able to detect the state of type c connector. 20 - realtek,rtd1295-type-c 21 - realtek,rtd1312c-type-c [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/hcrypto/man/man3/ |
H A D | hcrypto_evp.3 | 1 …generic crypto functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*- 5 EVP generic crypto functions \- 142 .RI "size_t \fBEVP_CIPHER_block_size\fP (const EVP_CIPHER *c)" 145 .RI "size_t \fBEVP_CIPHER_key_length\fP (const EVP_CIPHER *c)" 148 .RI "size_t \fBEVP_CIPHER_iv_length\fP (const EVP_CIPHER *c)" 151 .RI "void \fBEVP_CIPHER_CTX_init\fP (EVP_CIPHER_CTX *c)" 154 .RI "int \fBEVP_CIPHER_CTX_cleanup\fP (EVP_CIPHER_CTX *c)" 157 .RI "int \fBEVP_CIPHER_CTX_set_key_length\fP (EVP_CIPHER_CTX *c, int length)" 184 .RI "int \fBEVP_CipherInit_ex\fP (EVP_CIPHER_CTX *ctx, const EVP_CIPHER *c, ENGINE *engine, const v… 247 .RI "int \fBEVP_BytesToKey\fP (const EVP_CIPHER *type, const EVP_MD *md, const void *salt, const vo… [all …]
|
/freebsd-src/sys/contrib/ck/include/ |
H A D | ck_ring.h | 2 * Copyright 2009-2015 Samy Al Bahra. 42 char pad[CK_MD_CACHELINE - sizeof(unsigned int)]; 45 char _pad[CK_MD_CACHELINE - sizeof(unsigned int) * 2]; 59 unsigned int c, p; in ck_ring_size() local 61 c = ck_pr_load_uint(&ring->c_head); in ck_ring_size() 62 p = ck_pr_load_uint(&ring->p_tail); in ck_ring_size() 63 return (p - c) & ring->mask; in ck_ring_size() 70 return ring->size; in ck_ring_capacity() 75 * on the ring. This is primarily meant for persistent ck_ring use-cases. The 83 if (ring->p_tail != ring->p_head) { in ck_ring_repair() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 1 //===- BTFParser.cpp ------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 19 #define DEBUG_TYPE "debug-info-btf-parser" 46 Err(const char *SectionName, DataExtractor::Cursor &C) in Err() argument 49 << " section: " << C.takeError(); in Err() 98 return It->second; in findSection() 109 DataExtractor::Cursor C = DataExtractor::Cursor(0); in parseBTF() local 110 uint16_t Magic = Extractor.getU16(C); in parseBTF() [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1 //===- ASTContext.h - Context to hold long-lived AST nodes ------*- 326 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & C) Profile() argument 2156 getLifetimeQualifiedType(QualType type,Qualifiers::ObjCLifetime lifetime) getLifetimeQualifiedType() argument 2168 getUnqualifiedObjCPointerType(QualType type) getUnqualifiedObjCPointerType() argument 2982 MakeIntValue(uint64_t Value,QualType Type) MakeIntValue() argument 3424 new(size_t Bytes,const clang::ASTContext & C,size_t Alignment) new() argument 3435 delete(void * Ptr,const clang::ASTContext & C,size_t) delete() argument [all...] |
H A D | Type.h | 1 //===- Type.h - C Language Family Type Representation ----- 66 class Type; global() variable [all...] |
H A D | TypeVisitor.h | 1 //===--- TypeVisitor.h - Visitor for Type subclasses ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 16 #include "clang/AST/Type.h" 21 return static_cast<ImplClass*>(this)-> \ 24 /// An operation on a type. 28 /// \tparam RetTy %Type of result produced by the operation. 30 /// The class implements polymorphic operation on an object of type derived 31 /// from Type. The operation is performed by calling method Visit. It then [all …]
|
/freebsd-src/contrib/netbsd-tests/usr.sbin/mtree/ |
H A D | d_merge.in | 3 . type=dir 6 ./a type=dir 7 ./a/change-dir-to-link type=dir mode=0755 8 ./a/change-dir-to-link type=link mode=0755 11 ./b type=dir 12 ./b/change-link-to-dir type=link mode=0755 13 ./b/change-link-to-dir type=dir mode=0755 15 # directory "c" with multiple entries, one changing from dir to link 16 ./c type=dir 17 ./c/aaa type=file [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ------ [all...] |
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | d2i_RSAPrivateKey.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 23 .\" nothing in troff, for use with C<>. 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 33 . ds C` "" [all …]
|
H A D | OPENSSL_LH_COMPFUNC.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 23 .\" nothing in troff, for use with C<>. 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 33 . ds C` "" [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 1 //===---------- [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 1 //===--- CodeGenTypes.h - Type translation for LLVM CodeGen -----* 25 class Type; global() variable 41 class Type; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 1 //===- Target/DirectX/PointerTypeAnalisis.cpp - PointerType analysis ------===// 5 // SPDX-License-Identifie 120 classifyConstantWithOpaquePtr(const Constant * C,PointerTypeMap & Map) classifyConstantWithOpaquePtr() argument [all...] |
/freebsd-src/stand/forth/ |
H A D | menusets.4th | 1 \ Copyright (c) 2012 Devin Teske <dteske@FreeBSD.org> 26 marker task-menusets.4th 28 vocabulary menusets-infrastructure 29 only forth also menusets-infrastructure definitions 37 : menuset-loadvar ( -- ) 40 \ $type should be set to one of: 47 s" set cmdbuf='set ${type}_${var}=\$'" evaluate 48 s" cmdbuf" getenv swap drop ( -- u1 ) \ get string length 50 s" set cmdbuf=${cmdbuf}${affix}${type}_${var}" 51 ( u1 -- u1 c-addr2 u2 ) [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1 //===--- FormatToken.h - Format C++ code ----- 192 #define TYPE( global() macro 404 TokenType Type; global() member [all...] |
/freebsd-src/sys/contrib/openzfs/module/zcommon/ |
H A D | zprop_common.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 26 * Copyright (c) 2012 by Delphix. All rights reserved. 52 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable() argument 54 if (type == ZFS_TYPE_POOL) in zprop_get_proptable() 56 else if (type == ZFS_TYPE_VDEV) in zprop_get_proptable() 63 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops() argument 65 if (type == ZFS_TYPE_POOL) in zprop_get_numprops() 67 else if (type == ZFS_TYPE_VDEV) in zprop_get_numprops() 74 zfs_mod_supported_prop(const char *name, zfs_type_t type, in zfs_mod_supported_prop() argument 78 * The zfs module spa_feature_table[], whether in-kernel or in libzpool, in zfs_mod_supported_prop() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 1 //===- OffloadWrapper.cpp --------- 42 LLVMContext &C = M.getContext(); getDeviceImageTy() local 63 LLVMContext &C = M.getContext(); getBinDescTy() local 116 LLVMContext &C = M.getContext(); createBinDesc() local 189 LLVMContext &C = M.getContext(); createRegisterFunction() local 217 LLVMContext &C = M.getContext(); createUnregisterFunction() local 247 LLVMContext &C = M.getContext(); getFatbinWrapperTy() local 260 LLVMContext &C = M.getContext(); createFatbinDesc() local 324 LLVMContext &C = M.getContext(); createRegisterGlobalsFunction() local 511 LLVMContext &C = M.getContext(); createRegisterFatbinFunction() local [all...] |
/freebsd-src/sbin/ipf/ippool/ |
H A D | ippool.c | 3 * Copyright (C) 2012 by Darren Reed. 60 int fd = -1; 70 fprintf(stderr, "\t-a [-dnv] -m <name> [-o <role>] [-t type] [-T ttl] -i <ipaddr>[/netmask]\n"); in usage() 71 fprintf(stderr, "\t-A [-dnv] [-m <name>] [-o <role>] [-S <seed>] [-t <type>]\n"); in usage() 72 fprintf(stderr, "\t-f <file> [-dnuvR]\n"); in usage() 73 fprintf(stderr, "\t-F [-dv] [-o <role>] [-t <type>]\n"); in usage() 74 fprintf(stderr, "\t-l [-dv] [-m <name>] [-t <type>] [-o <role>] [-M <core>] [-N <namelist>]\n"); in usage() 75 fprintf(stderr, "\t-r [-dnv] [-m <name>] [-o <role>] [-t type] -i <ipaddr>[/netmask]\n"); in usage() 76 fprintf(stderr, "\t-R [-dnv] [-m <name>] [-o <role>] [-t <type>]\n"); in usage() 77 fprintf(stderr, "\t-s [-dtv]\n"); in usage() [all …]
|