Home
last modified time | relevance | path

Searched full:basic (Results 1 – 25 of 4451) sorted by relevance

12345678910>>...179

/freebsd/lib/clang/libclang/
H A DMakefile27 CFLAGS+= -I${CLANG_SRCS}/lib/Basic
31 # Ensure FREEBSD_CC_VERSION is defined for Basic/Targets.cpp
198 SRCS_MIN+= Basic/ASTSourceDescriptor.cpp
199 SRCS_MIN+= Basic/Attributes.cpp
200 SRCS_MIN+= Basic/Builtins.cpp
201 SRCS_MIN+= Basic/CLWarnings.cpp
202 SRCS_MIN+= Basic/CharInfo.cpp
203 SRCS_MIN+= Basic/CodeGenOptions.cpp
204 SRCS_MIN+= Basic/Cuda.cpp
205 SRCS_MIN+= Basic/DarwinSDKInfo.cpp
[all …]
/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap37 umbrella "clang/Basic"
39 textual header "clang/Basic/AArch64ACLETypes.def"
40 textual header "clang/Basic/AMDGPUTypes.def"
41 textual header "clang/Basic/BuiltinHeaders.def"
42 textual header "clang/Basic/BuiltinsAArch64.def"
43 textual header "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
44 textual header "clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def"
45 textual header "clang/Basic/BuiltinsAMDGPU.def"
46 textual header "clang/Basic/BuiltinsARM.def"
47 textual header "clang/Basic/BuiltinsHexagonMapCustomDep.def"
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dc6448 >0x16 beshort 4 Simons' BASIC
66 >0x16 beshort 22 Structured BASIC
110 >0x16 beshort 61 MAX Basic
264 # inspect 1st entry content (often Commodore C64 BASIC program *.PRG) without load adress
320 # CBM BASIC (cc65 compiled)
321 # Summary: binary executable or Basic program for Commodore C64 computers
327 # TODO: unify Commodore BASIC/program sub routines
330 # display Commodore C64 BASIC program (strength=50) after "Lynx archive" (strength=330) handled by …
332 # if first token is not SYS this implies BASIC program in most cases
334 # but sELF-ExTRACTING-zIP executable unzp6420.prg contains SYS token at end of second BASIC line (a…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp11 // The purpose of this pass is to assign sections to basic blocks when
13 // only the subset of basic blocks with profiles are placed in separate sections
17 // Basic Block Sections
21 // clusters of basic blocks. Every cluster will be emitted into a separate
22 // section with its basic blocks sequenced in the given order. To get the
28 // of 6 basic blocks 0, 1, ..., 5).
33 // * Basic blocks 0 and 2 are placed in one section with symbol `foo`
35 // * Basic blocks 1, 3, 5 are placed in a separate section. A new symbol
37 // * Basic block 4 (note that it is not referenced in the list) is placed in
42 // 1. The last basic block of every cluster should not have any implicit
[all …]
H A DBasicBlockSectionsProfileReader.cpp9 // Implementation of the basic block sections profile reader pass. It parses
10 // and stores the basic block sections profile file (which is specified via the
11 // `-basic-block-sections` flag).
37 "Reads and parses a basic block sections profile.", false,
45 return createProfileParseError(Twine("unable to parse basic block id: '") + in parseUniqueBBID()
79 // Reads the version 1 basic block sections profile. Profile for each function
90 // aliases. Basic block clusters are specified by 'c' and specify the cluster of
91 // basic blocks, and the internal order in which they must be placed in the same
94 // clone basic blocks along a path. The cloned blocks are then specified in the
110 // c 1 3.1 4.1 6 # basic block cluster 1
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h20 #include "clang/Basic/Builtins.h"
30 #include "clang/Basic/arm_neon.inc"
33 #include "clang/Basic/arm_fp16.inc"
45 #include "clang/Basic/arm_mve_builtins.inc"
50 #include "clang/Basic/arm_cde_builtins.inc"
55 #include "clang/Basic/BuiltinsARM.def"
64 #include "clang/Basic/arm_sve_builtins.inc"
70 #include "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
81 #include "clang/Basic/arm_sme_builtins.inc"
97 #include "clang/Basic/BuiltinsAArch64.def"
[all …]
H A DAllDiagnosticKinds.inc20 #include "clang/Basic/DiagnosticCommonKinds.inc"
21 #include "clang/Basic/DiagnosticDriverKinds.inc"
22 #include "clang/Basic/DiagnosticFrontendKinds.inc"
23 #include "clang/Basic/DiagnosticSerializationKinds.inc"
24 #include "clang/Basic/DiagnosticLexKinds.inc"
25 #include "clang/Basic/DiagnosticParseKinds.inc"
26 #include "clang/Basic/DiagnosticASTKinds.inc"
27 #include "clang/Basic/DiagnosticCommentKinds.inc"
28 #include "clang/Basic/DiagnosticCrossTUKinds.inc"
29 #include "clang/Basic/DiagnosticSemaKinds.inc"
[all …]
H A DAllDiagnostics.h17 #include "clang/Basic/DiagnosticAST.h"
18 #include "clang/Basic/DiagnosticAnalysis.h"
19 #include "clang/Basic/DiagnosticComment.h"
20 #include "clang/Basic/DiagnosticCrossTU.h"
21 #include "clang/Basic/DiagnosticDriver.h"
22 #include "clang/Basic/DiagnosticFrontend.h"
23 #include "clang/Basic/DiagnosticInstallAPI.h"
24 #include "clang/Basic/DiagnosticLex.h"
25 #include "clang/Basic/DiagnosticParse.h"
26 #include "clang/Basic/DiagnosticSema.h"
[all …]
H A DOpenMPKinds.h17 #include "clang/Basic/LangOptions.h"
34 #include "clang/Basic/OpenMPKinds.def"
43 #include "clang/Basic/OpenMPKinds.def"
50 #include "clang/Basic/OpenMPKinds.def"
58 #include "clang/Basic/OpenMPKinds.def"
66 #include "clang/Basic/OpenMPKinds.def"
74 #include "clang/Basic/OpenMPKinds.def"
83 #include "clang/Basic/OpenMPKinds.def"
95 #include "clang/Basic/OpenMPKinds.def"
106 #include "clang/Basic/OpenMPKinds.def"
[all …]
H A DTypeTraits.h23 #include "clang/Basic/TokenKinds.def"
26 #include "clang/Basic/TokenKinds.def"
29 #include "clang/Basic/TokenKinds.def"
32 #include "clang/Basic/TokenKinds.def"
35 #include "clang/Basic/TokenKinds.def"
38 #include "clang/Basic/TokenKinds.def"
44 #include "clang/Basic/TokenKinds.def"
47 #include "clang/Basic/TokenKinds.def"
54 #include "clang/Basic/TokenKinds.def"
58 #include "clang/Basic/TokenKinds.def"
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h9 // This pass creates the basic block cluster info by reading the basic block
10 // sections profile. The cluster info will be used by the basic-block-sections
11 // pass to arrange basic blocks in their sections.
34 // This struct represents the cluster information for a machine basic block,
35 // which is specifed by a unique basic block ID.
37 // Basic block ID.
39 // Cluster ID this basic block belongs to.
41 // Position of basic block within the cluster.
63 // Returns true if basic block sections profile exist for function \p
67 // Returns a pair with first element representing whether basic block sections
[all …]
H A DCodeGenCommonISel.h34 /// generation. This necessitated splitting basic blocks at the IR level to
35 /// create the success/failure basic blocks in the tail of the basic block in
66 /// stack protector check success basic block (where the return inst is
71 /// nixed because SelectionDAG only processes one IR level basic block at a
77 /// multiple machine basic blocks for one IR level basic block.
81 /// MIInst called "tcreturn". Thus if we know the basic block in which we
101 /// b. After we finish selecting the basic block, we produce the validation
108 /// 2) We first find a splice point in the parent basic block
109 /// before the terminator and then splice the terminator of said basic
110 /// block into the success basic block. Then we code-gen a new tail for
[all …]
H A DMachineBasicBlock.h9 // Collect the sequence of machine instructions for a basic block.
53 // This structure uniquely identifies a basic block section.
146 /// The call frame size on entry to this basic block due to call frame setup
147 /// instructions in a predecessor. This is usually zero, unless basic blocks
157 /// Keep track of the predecessor / successor basic blocks.
175 /// Alignment of the basic block. One if the basic block does not need to be
178 /// Maximum amount of bytes that can be added to align the basic block. If the
183 /// Indicate that this basic block is entered via an exception handler.
194 /// Indicate that this basic block needs its symbol be emitted regardless of
198 /// Indicate that this basic block is the entry block of an EH scope, i.e.,
[all …]
H A DLoopTraversal.h11 /// This class provides the basic blocks traversal order used by passes like
13 /// It identifies basic blocks that are part of loops and should to be visited
28 /// This class provides the basic blocks traversal order used by passes like
30 /// It identifies basic blocks that are part of loops and should to be visited
33 /// We want to visit every instruction in every basic block in order to update
47 /// The basic block order is constructed as follows:
54 /// all basic blocks/instructions, the first for recording clearances, the
88 /// The basic block.
91 /// True if this is the first time we process the basic block.
103 /// Identifies basic blocks that are part of loops and should to be
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h1 //===- llvm/BasicBlock.h - Represent a basic block in the VM ----*- C++ -*-===//
46 /// LLVM Basic Block Representation
48 /// This represents a single basic block in LLVM. A basic block is simply a
49 /// container of instructions that execute sequentially. Basic blocks are Values
51 /// tables. The type of a BasicBlock is "Type::LabelTy" because the basic block
54 /// A well formed basic block is formed of a list of non-terminating
56 /// instructions may not occur in the middle of basic blocks, and must terminate
57 /// the blocks. The BasicBlock class allows malformed basic blocks to occur
59 /// modifying a program. However, the verifier will ensure that basic blocks are
61 class BasicBlock final : public Value, // Basic blocks are data objects also
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp13 #include "clang/Basic/OpenMPKinds.h"
14 #include "clang/Basic/IdentifierTable.h"
42 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
47 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
56 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
61 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
69 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
82 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
91 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
99 #include "clang/Basic/OpenMPKinds.def" in getOpenMPSimpleClauseType()
[all …]
H A DTypeTraits.cpp13 #include "clang/Basic/TypeTraits.h"
20 #include "clang/Basic/TokenKinds.def"
22 #include "clang/Basic/TokenKinds.def"
24 #include "clang/Basic/TokenKinds.def"
29 #include "clang/Basic/TokenKinds.def"
31 #include "clang/Basic/TokenKinds.def"
33 #include "clang/Basic/TokenKinds.def"
38 #include "clang/Basic/TokenKinds.def"
43 #include "clang/Basic/TokenKinds.def"
49 #include "clang/Basic/TokenKinds.def"
[all …]
/freebsd/usr.bin/clang/llvm-tblgen/
H A DMakefile7 SRCS+= Basic/ARMTargetDefEmitter.cpp
8 SRCS+= Basic/Attributes.cpp
9 SRCS+= Basic/CodeGenIntrinsics.cpp
10 SRCS+= Basic/DirectiveEmitter.cpp
11 SRCS+= Basic/IntrinsicEmitter.cpp
12 SRCS+= Basic/RISCVTargetDefEmitter.cpp
13 SRCS+= Basic/RuntimeLibcallsEmitter.cpp
14 SRCS+= Basic/SDNodeProperties.cpp
15 SRCS+= Basic/TableGen.cpp
16 SRCS+= Basic/TargetFeaturesEmitter.cpp
[all …]
/freebsd/usr.bin/soelim/tests/
H A Dsoelim_test.sh76 cp $(atf_get_srcdir)/basic .
78 -o file:$(atf_get_srcdir)/basic.out \
81 soelim $(atf_get_srcdir)/basic.in
83 rm -f basic
85 -o file:$(atf_get_srcdir)/basic.out \
88 soelim -I$(atf_get_srcdir) $(atf_get_srcdir)/basic.in
91 -o file:$(atf_get_srcdir)/basic-with-space.out \
94 soelim -I$(atf_get_srcdir) $(atf_get_srcdir)/basic-with-space.in
H A DMakefile6 basic.in \
7 basic \
8 basic.out \
9 basic-with-space.in \
10 basic-with-space.out
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt36 Bootstring that allows a string of basic code points to uniquely
48 3.1 Basic code point segregation..........................4
92 Bootstring, which allows strings composed from a small set of "basic"
102 points) can be represented by a basic string (sequence of basic
106 * Uniqueness: There is at most one basic string that represents a
109 * Reversibility: Any extended string mapped to a basic string can
110 be recovered from that basic string.
119 * Efficient encoding: The ratio of basic string length to extended
128 * Readability: Basic code points appearing in the extended string
129 are represented as themselves in the basic string (although the
[all …]
/freebsd/release/
H A DMakefile.vm23 BASIC-CI \
24 BASIC-CLOUDINIT \
31 BASIC-CI_FORMAT= raw
32 BASIC-CI_FSLIST?= ufs
33 BASIC-CI_DESC= Image for CI
34 BASIC-CLOUDINIT_FORMAT= raw qcow2
35 BASIC-CLOUDINIT_FSLIST?= ufs zfs
36 BASIC-CLOUDINIT_DESC?= Images for VM with cloudinit disk config support
261 cloud-install-BASIC-CI:
263 .for _FS in ${BASIC-CI_FSLIST}
[all …]
/freebsd/contrib/pam-krb5/tests/module/
H A Dexpired-t.c24 #include <tests/tap/basic.h>
87 run_script("data/scripts/expired/basic-heimdal", &config); in main()
91 run_script("data/scripts/expired/basic-heimdal-debug", &config); in main()
93 run_script("data/scripts/expired/basic-heimdal-old", &config); in main()
97 run_script("data/scripts/expired/basic-heimdal-old-debug", &config); in main()
100 run_script("data/scripts/expired/basic-mit", &config); in main()
104 run_script("data/scripts/expired/basic-mit-debug", &config); in main()
112 run_script("data/scripts/expired/basic-heimdal-silent", &config); in main()
116 run_script("data/scripts/expired/basic-heimdal-flag-silent", &config); in main()
121 run_script("data/scripts/expired/basic-mit-silent", &config); in main()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_jail/
H A Dzfs_jail_001_pos.ksh32 # Test basic functionality of `zfs jail` and `zfs unjail`.
36 # 2. Perform some basic ZFS operations on a dataset both in the host and
40 # 4. Perform some basic ZFS operations on the dataset both in the host and
43 # 6. Perform some basic ZFS operations on the dataset both in the host and
67 # 2. Try some basic ZFS operations.
74 # 4. Try some basic ZFS operations.
81 # 6. Try some basic ZFS operations.
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_examples.yml36 …sa && ./sig/gostr34_10_94/gostr34_10_94 && ./sss/sss && ./basic/curve_basic_examples && ./basic/cu…
37 …make 32 && cd src/examples/ && make 32 && ./sss/sss && ./basic/curve_basic_examples && ./basic/cur…
38 …make 16 && cd src/examples/ && make 16 && ./sss/sss && ./basic/curve_basic_examples && ./basic/cur…

12345678910>>...179