Home
last modified time | relevance | path

Searched refs:if_match (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/tools/
H A Dgen-magic-strings.py122 if_match = re.match('^ *# *if(.*)', line)
126 if if_match is not None:
127 guard_stack.append([process_guard(if_match.group(1))])
/third_party/json/tools/cpplint/
H A Dcpplint.py4312 if_match = Search(r'\bif\s*(|constexpr)\s*\(', line)
4313 if if_match:
4315 pos = if_match.end() - 1
4347 if (if_match and Match(r'\s*else\b', next_line)
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc6581 auto if_match = __ MakeLabel(); in LowerFindOrderedHashMapEntryForInt32Key() local
6585 __ Branch(__ Word32Equal(ChangeSmiToInt32(candidate_key), key), &if_match, in LowerFindOrderedHashMapEntryForInt32Key()
6596 &if_match, &if_notmatch); in LowerFindOrderedHashMapEntryForInt32Key()
6598 __ Bind(&if_match); in LowerFindOrderedHashMapEntryForInt32Key()

Completed in 20 milliseconds