HomeSort by relevance Sort by last modified time
    Searched defs:Check (Results 126 - 150 of 177) sorted by null

1 2 3 4 56 7 8

  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 123 static bool Check(DecodeStatus &Out, DecodeStatus In) {
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 205 // Check for end of buffer.
323 // Get exponent alone and check for too-big exponent.
356 // Check if the input was 0x8000000 (kMinInt).
399 // First, check if a write barrier is even needed. The tests below
440 // First, check if a write barrier is even needed. The tests below
507 // A single check of the map's pages interesting flag suffices, since it is
564 // First, check if a write barrier is even needed. The tests below
630 // First, check if a write barrier is even needed. The tests below
677 // Check whether we need to drop frames to restart a function on the stack.
882 Check(equal, kOperandNotANumber)
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 205 // First, check if a write barrier is even needed. The tests below
256 Check(eq,
268 Check(eq,
276 // A single check of the map's pages interesting flag suffices, since it is
347 // First, check if a write barrier is even needed. The tests below
417 // First, check if a write barrier is even needed. The tests below
480 // Check for end of buffer.
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 143 /// Emit a check that a conversion to or from a floating-point type does not
476 // Check for undefined division and modulus behaviors.
606 llvm::Value *Check = nullptr;
621 // all values of this integer type. Don't need an overflow check.
626 Check = Builder.CreateICmpULE(Src, Max);
631 Check = Builder.CreateAnd(GE, LE);
647 // Don't need an overflow check for lower bound. Just check for
659 // Don't need an overflow check for upper bound. Just check fo
    [all...]
CGExpr.cpp 538 // Don't check pointers outside the default address space. The null check
539 // isn't correct, the object-size check isn't supported by LLVM, and we can't
540 // communicate the addresses to the runtime handler for the vptr check.
573 // to check this.
613 // If possible, check that the vptr indicates that there is a subobject of
764 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal)
766 EmitCheck(std::make_pair(Check, SanitizerKind::ArrayBounds), "out_of_bounds",
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessTexturesTests.cpp 121 /* Check legacy state creation. */
139 /* Check direct state creation. */
1085 bool BufferTest<T, S, N>::Check()
1155 bool result = Check();
    [all...]
gl4cShaderStorageBufferObjectTests.cpp 749 bool Check(GLenum e, GLint64 value, bool max_value)
805 if (!Check(GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, 0, true))
807 if (!Check(GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS, 0, true))
809 if (!Check(GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS, 0, true))
811 if (!Check(GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS, 0, true))
813 if (!Check(GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS, 8, true))
815 if (!Check(GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, 8, true))
817 if (!Check(GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS, 8, true))
819 if (!Check(GL_MAX_SHADER_STORAGE_BLOCK_SIZE, 16777216 /* 2^24 */, true))
821 if (!Check(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, 8, true)
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 78 // Check that the top 32 bits are consistent.
568 // Check if an immediate offset fits in the immediate field of the
603 // Check if the offset fits in the immediate field of the appropriate
689 // Also maintain the next pool check.
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 121 // Check the expected size before generating code to ensure we assume the same
154 // Check the expected size before generating code to ensure we assume the same
294 // First, check if a write barrier is even needed. The tests below
339 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
349 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
354 // A single check of the map's pages interesting flag suffices, since it is
411 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
419 // First, check if a write barrier is even needed. The tests below
483 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
486 // First, check if a write barrier is even needed. The tests belo
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 114 // Check the expected size before generating code to ensure we assume the same
137 // Check the expected size before generating code to ensure we assume the same
262 // First, check if a write barrier is even needed. The tests below
306 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
315 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
320 // A single check of the map's pages interesting flag suffices, since it is
373 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
380 // First, check if a write barrier is even needed. The tests below
442 Check(eq, kWrongAddressOrValuePassedToRecordWrite);
445 // First, check if a write barrier is even needed. The tests belo
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 232 // Check for end of buffer.
273 // First, check if a write barrier is even needed. The tests below
317 // First, check if a write barrier is even needed. The tests below
382 // First, check if a write barrier is even needed. The tests below
386 // A single check of the map's pages interesting flag suffices, since it is
442 // First, check if a write barrier is even needed. The tests below
512 // First, check if a write barrier is even needed. The tests below
571 if (emit_debug_code()) Check(cc, reason);
593 void MacroAssembler::Check(Condition cc, BailoutReason reason) {
643 // Check if Abort() has already been initialized
    [all...]
  /external/v8/src/parsing/
parser-base.h 743 bool Check(Token::Value token) {
761 // Check for automatic semicolon insertion according to
817 if (Check(Token::IN)) {
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 194 CHECK(TheMapOfTests.count(id) == 0);
257 CHECK(TheMapOfTests.count(f_num));
680 CHECK(GLOB != -777);
718 CHECK(GLOB != -777);
751 CHECK(GLOB != 777);
906 CHECK(GLOB != 777);
910 CHECK(GLOB != 777);
955 CHECK(GLOB != 777);
1007 CHECK(GLOB == 2);
1041 CHECK(GLOB == 3)
4018 static void check(volatile FOO *foo) { function in class:test82::FOO
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 187 // Check out noexcept specs.
293 /// ActOnParamDefaultArgument - Check whether the default argument
313 // Check for unexpanded parameter packs.
328 // Check that the default argument is well-formed
369 /// CheckExtraCXXDefaultArguments - Check for any extra default
469 // they're in the same scope. (If both are local, the scope check is
761 // CheckConstexprParameterTypes - Check whether a function's parameter types
797 // CheckConstexprFunctionDecl - Check whether a function declaration satisfies
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 297 Check,
  /external/v8/src/crankshaft/
hydrogen-instructions.h 716 // Check if this instruction has some reason that prevents elimination.
2582 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space); local
2672 Check check() const { return check_; } function in class:final::final
    [all...]
  /external/v8/src/
api.cc 478 CHECK(!try_catch.HasCaught());
703 CHECK(cold_snapshot_blob.raw_size > 0 && cold_snapshot_blob.data != NULL);
704 CHECK(warmup_source != NULL);
797 CHECK(source != NULL || source_length_ == 0);
    [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 722 milliseconds

1 2 3 4 56 7 8