Searched refs:if_match (Results 1 – 3 of 3) sorted by relevance
/external/google-styleguide/cpplint/ |
D | cpplint.py | 3804 if_match = Search(r'\bif\s*\(', line) 3805 if if_match: 3807 pos = if_match.end() - 1 3839 if (if_match and Match(r'\s*else\b', next_line)
|
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 3134 Label if_match(this), if_no_match(this, Label::kDeferred), in TF_BUILTIN() local 3184 Goto(&if_match); in TF_BUILTIN() 3191 Branch(IsNull(var_match.value()), &if_no_match, &if_match); in TF_BUILTIN() 3205 BIND(&if_match); in TF_BUILTIN()
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 4820 auto if_match = __ MakeLabel(); in LowerFindOrderedHashMapEntryForInt32Key() local 4824 __ Branch(__ Word32Equal(ChangeSmiToInt32(candidate_key), key), &if_match, in LowerFindOrderedHashMapEntryForInt32Key() 4835 &if_match, &if_notmatch); in LowerFindOrderedHashMapEntryForInt32Key() 4837 __ Bind(&if_match); in LowerFindOrderedHashMapEntryForInt32Key()
|