HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_EXPR (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-typing-reset.cc 42 CHECK_EXPR(FunctionLiteral, expected_type) {
43 CHECK_EXPR(FunctionLiteral, expected_type) {
44 CHECK_EXPR(Assignment, expected_type) {
46 CHECK_EXPR(BinaryOperation, expected_type) {
48 CHECK_EXPR(Literal, expected_type);
51 CHECK_EXPR(Assignment, expected_type) {
53 CHECK_EXPR(BinaryOperation, expected_type) {
55 CHECK_EXPR(Literal, expected_type);
58 CHECK_EXPR(Assignment, expected_type) {
60 CHECK_EXPR(Literal, expected_type)
    [all...]
test-ast-expression-visitor.cc 91 CHECK_EXPR(FunctionLiteral, Bounds::Unbounded()) {
92 CHECK_EXPR(FunctionLiteral, Bounds::Unbounded()) {
93 CHECK_EXPR(Assignment, Bounds::Unbounded()) {
95 CHECK_EXPR(BinaryOperation, Bounds::Unbounded()) {
97 CHECK_EXPR(Literal, Bounds::Unbounded());
100 CHECK_EXPR(Assignment, Bounds::Unbounded()) {
102 CHECK_EXPR(BinaryOperation, Bounds::Unbounded()) {
104 CHECK_EXPR(Literal, Bounds::Unbounded());
107 CHECK_EXPR(Assignment, Bounds::Unbounded()) {
109 CHECK_EXPR(Literal, Bounds::Unbounded())
    [all...]
test-asm-validator.cc 129 CHECK_EXPR(FunctionLiteral, Bounds::Unbounded()) {
131 CHECK_EXPR(FunctionLiteral, FUNC_II2D_TYPE) {
132 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
134 CHECK_EXPR(BinaryOperation, Bounds(cache.kAsmSigned)) {
136 CHECK_EXPR(Literal, Bounds(cache.kAsmFixnum));
139 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
141 CHECK_EXPR(BinaryOperation, Bounds(cache.kAsmSigned)) {
143 CHECK_EXPR(Literal, Bounds(cache.kAsmFixnum));
146 CHECK_EXPR(Assignment, Bounds(cache.kAsmDouble)) {
148 CHECK_EXPR(Literal, Bounds(cache.kAsmDouble))
    [all...]
expression-type-collector-macros.h 36 #define CHECK_EXPR(ekind, type) \
44 CHECK_EXPR(VariableProxy, type); \

Completed in 2833 milliseconds