Home
last modified time | relevance | path

Searched refs:supposed (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Dapi2.c47 char supposed[512]; in main() local
55 needed2 = (size_t)snprintf(supposed, 512, "tl:%d tn:%d nt:%d an:%d", tl, tn, nt, an); in main()
56 check(streqls(my_buf, supposed)); in main()
59 supposed[4] = '\0'; in main()
61 check(streqls(my_buf, supposed)); in main()
64 …needed2 = (size_t)snprintf(supposed, 512, "nesting_level:%d thread_num:%d num_threads:%d ancestor_… in main()
65 check(streqls(my_buf, supposed)); in main()
69 supposed[25] = '\0'; in main()
71 check(streqls(my_buf, supposed)); in main()
/llvm-project-15.0.7/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/llvm-project-15.0.7/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/llvm-project-15.0.7/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/llvm-project-15.0.7/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/llvm-project-15.0.7/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/llvm-project-15.0.7/llvm/test/Verifier/
H A DREADME.txt1 This directory contains testcases that the verifier is supposed to detect as
H A D2010-08-07-PointerIntrinsic.ll6 ; The test case is buggy, it supposed to check that we reject memcpy with vector
/llvm-project-15.0.7/clang/test/Modules/
H A Dmodule-name-private.m4 // Because of -fmodule-name=A, no module (A or A_Private) is supposed to be
/llvm-project-15.0.7/lld/test/ELF/
H A Ddebug-dead-reloc-tls.s24 ## On ppc64, .quad local@dtprel+0x8000 (st_value 0 is supposed to point to
/llvm-project-15.0.7/compiler-rt/test/tsan/Unit/
H A Dlit.site.cfg.py.in20 # suppresses some races the tests are supposed to find. See tsan/lit.cfg.py.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dhoist-common.ll2 ; This is supposed to be testing BranchFolding's common
H A Ddag-optnone.ll13 ; mentioned above. (Note: because 'optnone' is supposed to match -O0, r221168
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Ddcl21-cpp.rst10 The object returned by a postfix increment or decrement operator is supposed
/llvm-project-15.0.7/llvm/test/Transforms/Util/
H A Dstore-first-op.ll9 ; This is supposed to make sure that the declare conversion, does not accidentally think the store …
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Djump-tables-collapse-rotate-remove-SrcMI.mir4 # The differential revision https://reviews.llvm.org/D60402 was supposed to
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.td37 and the regions of the op. Be aware that this method is supposed to be
69 Be aware that this method is supposed to be called with valid arguments,
160 result shape. This interface is supposed to be workable during dialect
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A D2013-02-19-tail-call-register-hint.ll9 ; out the way it's supposed to.
/llvm-project-15.0.7/clang/www/demo/
H A Dwhat is this directory.txt2 It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed …
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dcrash2.ll3 ; Make sure we don't crash on this example. This test is supposed to test that
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/
H A Dnoreturn.ll40 ; Crash with an error message, "not supposed to return".
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dscalar-branch-missing-and-exec.ll14 ; supposed to test. If the s_xor_b64 disappears due to some other case, it does
/llvm-project-15.0.7/lld/docs/ELF/
H A Dwarn_backrefs.rst61 is supposed to be at the lowest level while ``B`` is supposed to be at the
/llvm-project-15.0.7/clang/test/Analysis/
H A Dblocks.mm14 // not sure how the other flavor is supposed to work in your case.
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dgvn.ll43 ; GVN is supposed to replace the load of %.pr with a direct reference to %call.

123