Home
last modified time | relevance | path

Searched +defs:replace +defs:match (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/bin/ksh/
H A Dlex.c197 char **replace = NULL; in yylex() local
199 char match[200] = { 0 }, *str = match; in yylex() local
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp647 bool match = false; in ClassImplementsAllMethodsAndProperties() local
1104 bool match = false; in MatchTwoAttributeLists() local
1138 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); in AttributesMatch() local
1754 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anon1ecb545e0411::RewritesReceiver
1821 void replace(CharSourceRange Range, StringRef Text) override { in replace() function in __anon1ecb545e0411::JSONEditWriter
/openbsd-src/gnu/gcc/gcc/
H A Dtree-outof-ssa.c777 unsigned long match; in coalesce_asm_operands() local
1631 finish_expr (temp_expr_table_p tab, int version, bool replace) in finish_expr()