HomeSort by: relevance | last modified time | path
    Searched defs:Check (Results 1 - 18 of 18) sorted by relevancy

  /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/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/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/mit/isl/dist/doc/
implementation.tex 256 changes, we therefore need to check whether the new term can attain
301 Recent versions of {\tt PipLib} also check for such duplicates.
371 \subsubsection{Feasibility Check and Detection of Equalities}
376 In {\tt isl}, we therefore first perform a feasibility check on
379 In fact, we do not simply check the feasibility, but we also
380 check for implicit equalities among the integer points by computing
580 If all the evaluations are non-negative, we only need to check for the
1368 To check whether the results are exact, we need to consider two
1379 Since $T$ is known to be an overapproximation, we only need to check
1391 Note that $T$ may be exact even if $K$ is not exact, so the check
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 40 # - Check for no 'explicit' for multi-arg ctor
41 # - Check for boolean assign RHS in parens
42 # - Check for ctor initializer-list colon position and spacing
43 # - Check that if there's a ctor, there should be a dtor
44 # - Check accessors that return non-pointer member variables are
46 # - Check accessors that return non-const pointer member vars are
48 # - Check for using public includes for testing
49 # - Check for spaces between brackets in one-line inline method
50 # - Check for no assert()
51 # - Check for spaces surrounding operator
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 46 // selected function, and can check the immediate arguments against that; and
925 // Emit a range check if the legal range of values for the
1737 std::string Check = Int.genSema();
1738 if (!Check.empty())
1739 Checks[Check].insert(Int.fullName());
1872 // builtin can check further things like the constant
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 230 static bool Check(DecodeStatus &Out, DecodeStatus In) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1152 // If this is the '})' of a statement expression, check that it's written
1224 // Check for extraneous ')'s to catch things like "if (foo())) {". We know
1295 void Check() {
1424 MIChecker.Check();
1462 MIChecker.Check();
1647 MIChecker.Check();
2093 MIChecker.Check();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 60 // Check to see if there is already a cast!
299 // For a Constant, check for a multiple of the given factor.
304 // Check for divisibility.
321 // In a Mul, check if there is a constant operand which is a multiple
324 // Size is known, check if there is a constant operand which is a multiple
336 // In an AddRec, check if both start and step are divisible.
986 // Check for a simple Add/Sub or GEP of a loop invariant step.
1057 // Check that the chain of IV operands leading back to Phi can be hoisted.
1134 /// Check whether we can cheaply express the requested SCEV in terms of
1151 // Check whether truncation will help
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c 116 typedef struct { int dummy: ok ? 1 : -1; } Check[ok ? 1 : -1];
327 /* check individual suites in a separate SSL handle before
  /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...]
  /src/sys/arch/ibmnws/include/
pnp.h 582 unsigned char Check; /* optional - checksum */
  /src/sys/arch/prep/include/
pnp.h 607 unsigned char Check; /* optional - checksum */
  /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/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 436 /// Helper method to check if the underlying ABI is AAPCS
684 // Don't check pointers outside the default address space. The null check
685 // isn't correct, the object-size check isn't supported by LLVM, and we can't
686 // communicate the addresses to the runtime handler for the vptr check.
690 // Don't check pointers to volatile data. The behavior here is implementation-
715 // The IR builder can constant-fold the null check if the pointer points to
719 // Skip the null check if the pointer is known to be non-null.
742 // Degenerate case: new X[0] does not need an objectsize check.
747 // to check this
    [all...]
CGExprScalar.cpp 58 /// the returned overflow check is precise. The returned value is 'true' for
99 /// Check if the binop can result in integer overflow.
112 /// Check if the binop computes a division or a remainder.
118 /// Check if the binop can result in an integer division by zero.
126 /// Check if the binop can result in a float division by zero.
134 /// Check if at least one operand is a fixed point type. In such cases, this
138 // We cannot simply check the result type since comparison operations return
173 /// Check if \p E is a widened promoted integer.
178 /// Check if we can skip the overflow check for \p Op
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 132 /// Check that the first argument to __builtin_annotation is an integer
182 /// Check that the argument to __builtin_addressof is a glvalue, and set the
198 /// Check the number of arguments and set the result type to
208 /// Check that the value argument for __builtin_is_aligned(value, alignment) and
243 // We can't check validity of alignment if it is value dependent.
591 /// Check a call to BuiltinID for buffer overflows. If BuiltinID is a
725 // (usually using __builtin_object_size). Use that value to check this call.
873 /// OpenCL C v2.0, s6.13.17.6 - Check the argument to the
902 /// OpenCL v2.0, s6.13.17.1 - Check that sizes are provided for all
921 // Check that the sizes of the local memory are specified by integers
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1924 // Check for a signed 16-bit value. We special case SRA because it makes it
1926 // smaller value. Without the check, we'd need to take extra care with
2277 // Check if it's really possible to do a tail call.
2777 /// IsEligibleForTailCallOptimization - Check whether the call is eligible
2829 // Check that the call results are passed in the same way.
2853 // If the callee takes no arguments then go on to check the results of the
2856 // Check if stack adjustment is needed. For now, do not do this if any
2862 // Check if the arguments are already laid out in the right way as
4403 // sanity check
4718 // We generate a UMUL_LOHI and then check if the high word is 0
    [all...]

Completed in 142 milliseconds