Home
last modified time | relevance | path

Searched full:compound (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/out/
H A Dcompound_break_compound.out1 compound start
3 compound start
6 compound end
8 compound end
H A Dcompound_continue_compound.out1 compound start
3 compound start
6 compound end
8 compound end
H A Dcompound_return_compound.out1 compound start
3 compound start
6 compound end
H A Dcompound_return_file.out1 compound start
5 compound end
H A Dfor_continue_compound.out3 compound start
6 compound start
H A Duntil_continue_compound.out3 compound start
6 compound start
H A Dwhile_continue_compound.out3 compound start
6 compound start
H A Dcompound_return_case.out1 compound start
6 compound end
H A Dcompound_return_for.out1 compound start
6 compound end
H A Dcompound_return_subshell.out1 compound start
6 compound end
H A Dcompound_return_until.out1 compound start
6 compound end
H A Dcompound_return_while.out1 compound start
6 compound end
H A Dcompound_break_until.out1 compound start
7 compound end
H A Dcompound_break_while.out1 compound start
7 compound end
H A Dcompound_return_func.out1 compound start
7 compound end
H A Dcompound_break_for.out1 compound start
7 compound end
H A Dcompound_break_func.out1 compound start
8 compound end
H A Dcompound_continue_for.out1 compound start
8 compound end
H A Dcompound_continue_func.out1 compound start
8 compound end
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dt_integration.sh89 test_case check_valid compound_literals1 "Checks compound literals"
90 test_case check_valid compound_literals2 "Checks compound literals"
91 test_case check_valid gcc_compound_statements1 "Checks GCC compound statements"
92 test_case check_valid gcc_compound_statements2 "Checks GCC compound" \
94 test_case check_valid gcc_compound_statements3 "Checks GCC compound" \
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp1 //=== HexagonMCCompound.cpp - Hexagon Compound checker -------------------===//
9 // This file is looks at a packet and tries to form compound insns
87 // Compound pairs. in getCompoundCandidateGroup()
207 LLVM_DEBUG(dbgs() << "Possible compound ignored\n"); in getCompoundInsn()
334 /// Non-Symmetrical. See if these two instructions are fit for compound pair.
397 /// tryCompound - Given a bundle check for compound insns when one
398 /// is found update the contents fo the bundle with the compound insn.
399 /// If a compound instruction is found then the bundle will have one
406 // By definition a compound must have 2 insn. in tryCompound()
419 // a compound is found. in tryCompound()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp61 /// compound-statement
307 case tok::l_brace: // C99 6.8.2: compound-statement in ParseStatementOrDeclarationAfterAttributes()
372 // An __if_exists block is like a compound statement, but it doesn't create in ParseStatementOrDeclarationAfterAttributes()
594 /// '__try' compound-statement seh-handler
637 /// '__except' '(' seh-filter-expression ')' compound-statement
689 /// '__finally' compound-statement
1013 /// compound-statement: [C99 6.8.2]
1035 assert(Tok.is(tok::l_brace) && "Not a compound stmt!"); in ParseCompoundStatement()
1037 // Enter a scope to hold everything within the compound stmt. Compound in ParseCompoundStatement()
1045 /// Parse any pragmas at the start of the compound expression. We handle these
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/
H A Dpage_alignment.c70 * (possibly compound) page, which we can check for. in vdev_disk_check_alignment_cb()
166 "512B blocks, 64K data, 8x8K compound pages",
178 "512B blocks, 64K data, 9x8K compound pages, 512B start offset",
191 "512B blocks, 64K data, 2x16K compound pages, 8x4K pages",
247 "4K blocks, 64K data, 8x8K compound pages",
259 "4K blocks, 64K data, 2x16K compound pages, 8x4K pages",
343 "4K blocks, 64K data, 9x8K compound pages, 512B start offset",
373 * the middle of a mixed-used slab backed by a higher-order compound
377 "4K blocks, 4K data from compound slab, 2K-align offset",
/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/
H A Dscoped_command65 # _scope_ should be one of: case, compound, file, for, func, subshell,
142 [ 'compound' = "${1}" ] && cat <<EOF
144 echo 'compound start'
146 echo 'compound end'
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h1 //===- ConstructCompositionT.h -- Composing compound constructs -----------===//
9 // compound construct whose leaf constructs are the given list, and whose clause
13 // *** are a subset of those created by splitting a valid compound construct.
88 // Merge the list of constructs with clauses into a compound construct in ConstructCompositionT()
90 // The intended use of this function is in splitting compound constructs, in ConstructCompositionT()
92 // Step 1: split compound construct into leaf constructs. in ConstructCompositionT()
96 // *** clauses are a subset of those created by splitting a valid compound in ConstructCompositionT()
188 // will apply to the compound construct. Otherwise it will apply to the in mergeIf()
229 // is present, it can be applied to the compound construct. in mergeReduction()

12345678910>>...15