HomeSort by: relevance | last modified time | path
    Searched refs:Check (Results 1 - 25 of 396) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/flex/dist/tests/
alloc_extra.l 37 struct Check {
51 %option extra-type="struct Check *"
68 struct Check check;
70 check.foo = 'a';
71 check.bar = NULL;
72 check.qux = 'z';
74 testlex_init_extra(&check, &scanner);
91 struct Check *check;
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
utils-dsp.inc 34 # Check if d == (inst ?, s, t)
35 # Check if crout == dsp control register
51 # Check if crout == dsp control register
64 # Check if d == (inst ?, s, t)
76 # Check if tou == (inst tin, s)
88 # Check if d == (inst ?, imm)
89 # Check if crout == dsp control register
102 # Check if d == (inst ?, s)
103 # Check if crout == dsp control register
117 # Check if d == (inst ?, t, sa
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
utils-dsp.inc 34 # Check if d == (inst ?, s, t)
35 # Check if crout == dsp control register
51 # Check if crout == dsp control register
64 # Check if d == (inst ?, s, t)
76 # Check if tou == (inst tin, s)
88 # Check if d == (inst ?, imm)
89 # Check if crout == dsp control register
102 # Check if d == (inst ?, s)
103 # Check if crout == dsp control register
117 # Check if d == (inst ?, t, sa
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-ifetch.S 23 # Check unaligned RETS
32 # Check unaligned indirect jump
40 # Check unaligned indirect jump (pc-relative)
48 # Check unaligned indirect call
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-ifetch.S 23 # Check unaligned RETS
32 # Check unaligned indirect jump
40 # Check unaligned indirect jump (pc-relative)
48 # Check unaligned indirect call
  /src/common/lib/libc/arch/sparc64/string/
strlen.S 128 btst %g1, %o5 ! Check high byte
133 btst %g1, %o5 ! Check 2nd byte
138 btst %g1, %o5 ! Check 3rd byte
143 btst %g1, %o5 ! Check 4th byte
148 btst %g1, %o5 ! Check 5th byte
153 btst %g1, %o5 ! Check 6th byte
158 btst %g1, %o5 ! Check 7th byte
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 160 static bool Check(DecodeStatus &Out, DecodeStatus In) {
842 Check(S, SoftFail);
867 Check(S, SoftFail);
897 Check(S, SoftFail);
929 Check(Result, AddThumbPredicate(MI));
938 Check(Result, AddThumbPredicate(MI));
953 Check(Result, AddThumbPredicate(MI));
990 Check(Result, AddThumbPredicate(MI));
1005 Check(Result, AddThumbPredicate(MI));
1014 Check(Result, AddThumbPredicate(MI))
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
t-rep.s 11 ;; Check that the instruction @REP_E is executed when it
27 check 1 r3 47
30 ;; Check that the loop is executed the correct number of times
46 check 2 r3 10
47 check 3 r4 10
  /src/external/gpl3/gdb/dist/sim/testsuite/riscv/
m-ext.s 0 # Check that the RV32M instructions run without any faults.
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
movli.s 21 # Check result.
31 # Check that z is unchanged.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
t-rep.s 11 ;; Check that the instruction @REP_E is executed when it
27 check 1 r3 47
30 ;; Check that the loop is executed the correct number of times
46 check 2 r3 10
47 check 3 r4 10
  /src/external/gpl3/gdb.old/dist/sim/testsuite/riscv/
m-ext.s 0 # Check that the RV32M instructions run without any faults.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
movli.s 21 # Check result.
31 # Check that z is unchanged.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 61 bx lr @ Done, Check $r0 == 0
74 bx lr @ Done, Check $r0 == 5
87 bx lr @ Done, Check $r0 == 1
99 .L5: bx lr @ Done, Check $r0 == 1
111 .L6: bx lr @ Done, Check $r0 == 3
124 bx lr @ Done, Check $r0 == 15
137 bx lr @ Done, Check $r0 == 1
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 61 bx lr @ Done, Check $r0 == 0
74 bx lr @ Done, Check $r0 == 5
87 bx lr @ Done, Check $r0 == 1
99 .L5: bx lr @ Done, Check $r0 == 1
111 .L6: bx lr @ Done, Check $r0 == 3
124 bx lr @ Done, Check $r0 == 15
137 bx lr @ Done, Check $r0 == 1
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Context.cpp 51 return Check(Parent, C.interpretExpr(E));
57 return Check(Parent, C.interpretDecl(VD));
122 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 44 namespace Check {
58 /// trailing CHECK-NOTs.
61 /// Marks when parsing found a -NOT check combined with another CHECK suffix.
79 /// Modifers for the check directive.
107 } // namespace Check
112 Check::FileCheckType CheckTy;
119 /// order for the directive to succeed. For example, a CHECK directive's
120 /// pattern is expected, and a CHECK-NOT directive's pattern is excluded.
167 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
cnt.s 3 # Check the popcount instruction: cnt.
fcsel.s 3 # Check the FP Conditional Select instruction: fcsel.
4 # Check 1/1 eq/neg, and 1/2 lt/gt.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/
cnt.s 3 # Check the popcount instruction: cnt.
fcsel.s 3 # Check the FP Conditional Select instruction: fcsel.
4 # Check 1/1 eq/neg, and 1/2 lt/gt.
  /src/usr.sbin/sysinst/arch/luna68k/
msg.md.en 68 Check 'h' (Help) and 'hk' (Help of 'k' command) commands on the firmware
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PoisonChecking.cpp 26 // 4) A check rule which traps (to a handler function) if this instruction must
80 cl::desc("Check that returns are non-poison (for testing)"));
155 auto *Check =
158 Checks.push_back(Check);
164 auto *Check =
167 Checks.push_back(Check);
206 Value *Check =
209 Checks.push_back(Check);
219 Value *Check =
222 Checks.push_back(Check);
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
9 // FileCheck does a line-by line check of a file that validates whether it
33 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Optional);
36 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
40 "check-prefix",
41 cl::desc("Prefix to use from check file (defaults to 'CHECK')"));
43 "check-prefixes", cl::aliasopt(CheckPrefixes), cl::CommaSeparated,
46 "Alias for -check-prefix permitting multiple comma separated values"));
50 cl::desc("Comma-separated list of comment prefixes to use from check file\n
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
9 // FileCheck does a line-by line check of a file that validates whether it
323 // Check for divide by zero.
528 // they appear in the CHECK patterns. For each definition, the pointer to the
550 "' defined earlier in the same CHECK directive");
655 // Check if this is a supported operation and select a function to perform
801 // Check for unknown matching format specifier and set matching format in
918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot;
929 // Check that there is something on the line.
930 if (PatternStr.empty() && CheckTy != Check::CheckEmpty)
    [all...]

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>