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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c 364 compile_tree_empty_check(Node* node, regex_t* reg, int empty_info)
369 if (empty_info != 0) {
380 if (empty_info != 0) {
381 if (empty_info == NQ_TARGET_IS_EMPTY)
383 else if (empty_info == NQ_TARGET_IS_EMPTY_MEM)
385 else if (empty_info == NQ_TARGET_IS_EMPTY_REC)
686 compile_range_repeat_node(QtfrNode* qn, int target_len, int empty_info,
703 r = compile_tree_empty_check(qn->target, reg, empty_info);
742 int empty_info = qn->target_empty_info; local
761 if (empty_info != 0)
822 int empty_info = qn->target_empty_info; local
975 int empty_info = qn->target_empty_info; local
1040 int empty_info = qn->target_empty_info; local
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 508 ProfileCompilationInfo empty_info; local
513 ASSERT_TRUE(loaded_info.Equals(empty_info));
    [all...]

Completed in 91 milliseconds