OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:simplify1
(Results
1 - 7
of
7
) sorted by null
/prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go
39
return
simplify1
(re.Op, re.Flags, sub, re)
55
return
simplify1
(OpStar, re.Flags, sub, nil)
60
return
simplify1
(OpPlus, re.Flags, sub, nil)
69
nre.Sub = append(nre.Sub,
simplify1
(OpPlus, re.Flags, sub, nil))
96
suffix :=
simplify1
(OpQuest, re.Flags, sub, nil)
100
suffix =
simplify1
(OpQuest, re.Flags, nre2, nil)
119
//
simplify1
implements Simplify for the unary OpStar,
127
// to be returned turns out to be equivalent to re,
simplify1
130
//
simplify1
is factored out of Simplify because the implementation
132
// Letting them call
simplify1
makes sure the expressions the
134
func
simplify1
(op Op, flags Flags, sub, re *Regexp) *Regexp {
func
[
all
...]
/prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go
39
return
simplify1
(re.Op, re.Flags, sub, re)
55
return
simplify1
(OpStar, re.Flags, sub, nil)
60
return
simplify1
(OpPlus, re.Flags, sub, nil)
69
nre.Sub = append(nre.Sub,
simplify1
(OpPlus, re.Flags, sub, nil))
96
suffix :=
simplify1
(OpQuest, re.Flags, sub, nil)
100
suffix =
simplify1
(OpQuest, re.Flags, nre2, nil)
119
//
simplify1
implements Simplify for the unary OpStar,
127
// to be returned turns out to be equivalent to re,
simplify1
130
//
simplify1
is factored out of Simplify because the implementation
132
// Letting them call
simplify1
makes sure the expressions the
134
func
simplify1
(op Op, flags Flags, sub, re *Regexp) *Regexp {
func
[
all
...]
/art/compiler/optimizing/
optimizing_compiler.cc
765
InstructionSimplifier*
simplify1
= new (arena) InstructionSimplifier(
local
798
simplify1
,
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/regexp/
syntax.a
111
names ?Tgclocals·ec042427f8bf8c3c86d1db3523fbf4bb ?*"".(*Regexp).Simplify ?.autotmp_987 ?.autotmp_984 ?~r4 ?nsub ?nre ?.autotmp_991 ?&type.*[1]*"".Regexp ?.autotmp_990 ?.autotmp_989 ?.autotmp_988 ?.autotmp_986 ?.autotmp_985 ?Tgclocals·a7dd25a6ee982cf76f7f03ebf52bd45f ?Tgclocals·31a443aee2769a48da9f2a41d1c6613d ?J$GOROOT/src/regexp/syntax/simplify.go?"".
simplify1