Home
last modified time | relevance | path

Searched defs:O1 (Results 1 – 25 of 45) sorted by relevance

12

/external/rust/crates/nom/src/sequence/
Dmod.rs28 pub fn pair<I, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IResult<I, (O1 in pair() argument
41 pub fn pairc<I, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult<I, (O1, O… in pairc() argument
68 pub fn preceded<I, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IResult<I,… in preceded() argument
81 pub fn precededc<I, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult<I, O2… in precededc() argument
108 pub fn terminated<I, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IResult<… in terminated() argument
121 pub fn terminatedc<I, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult<I, … in terminatedc() argument
150 pub fn separated_pair<I, O1, O2, O3, E: ParseError<I>, F, G, H>(first: F, sep: G, second: H) -> imp… in separated_pair() argument
165 pub fn separated_pairc<I, O1, O2, O3, E: ParseError<I>, F, G, H>(input: I, first: F, sep: G, second… in separated_pairc() argument
195 pub fn delimited<I, O1, O2, O3, E: ParseError<I>, F, G, H>(first: F, sep: G, second: H) -> impl Fn(… in delimited() argument
210 pub fn delimitedc<I, O1, O2, O3, E: ParseError<I>, F, G, H>(input: I, first: F, sep: G, second: H) … in delimitedc() argument
/external/rust/crates/nom/src/combinator/
Dmod.rs75 pub fn map<I, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IResult<I, O2, … in map() argument
87 pub fn mapc<I, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult<I, O2, E> in mapc() argument
116 pub fn map_res<I: Clone, O1, O2, E: ParseError<I>, E2, F, G>(first: F, second: G) -> impl Fn(I) -> … in map_res() argument
132 pub fn map_resc<I: Clone, O1, O2, E: ParseError<I>, E2, F, G>(input: I, first: F, second: G) -> IRe… in map_resc() argument
161 pub fn map_opt<I: Clone, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IRes… in map_opt() argument
177 pub fn map_optc<I: Clone, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult… in map_optc() argument
202 pub fn map_parser<I: Clone, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> I… in map_parser() argument
205 G: Fn(O1) -> IResult<O1, O2, E>, in map_parser()
216 pub fn map_parserc<I: Clone, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IRes… in map_parserc() argument
219 G: Fn(O1) -> IResult<O1, O2, E>, in map_parserc()
[all …]
/external/webp/src/dsp/
Dmips_macro.h26 #define ADD_SUB_HALVES(O0, O1, \ argument
34 #define LOAD_IN_X2(O0, O1, \ argument
41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument
51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
77 #define INSERT_HALF_X2(O0, O1, \ argument
84 #define SRA_16(O0, O1, O2, O3, \ argument
97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
123 #define PACK_2_HALVES_TO_WORD(O0, O1, O2, O3, \ argument
141 #define CONVERT_2_BYTES_TO_HALF(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
/external/libcxx/test/std/utilities/optional/optional.relops/
Dless_equal.pass.cpp70 using O1 = optional<int>; in main() typedef
77 using O1 = optional<int>; in main() typedef
Dgreater_equal.pass.cpp70 using O1 = optional<int>; in main() typedef
77 using O1 = optional<int>; in main() typedef
Dless_than.pass.cpp68 using O1 = optional<int>; in main() typedef
75 using O1 = optional<int>; in main() typedef
Dgreater_than.pass.cpp68 using O1 = optional<int>; in main() typedef
75 using O1 = optional<int>; in main() typedef
Dnot_equal.pass.cpp73 using O1 = optional<int>; in main() typedef
80 using O1 = optional<int>; in main() typedef
Dequal.pass.cpp73 using O1 = optional<int>; in main() typedef
80 using O1 = optional<int>; in main() typedef
/external/llvm-project/libcxx/test/std/utilities/optional/optional.relops/
Dless_equal.pass.cpp71 using O1 = optional<int>; in main() typedef
78 using O1 = optional<int>; in main() typedef
Dgreater_equal.pass.cpp71 using O1 = optional<int>; in main() typedef
78 using O1 = optional<int>; in main() typedef
Dless_than.pass.cpp69 using O1 = optional<int>; in main() typedef
76 using O1 = optional<int>; in main() typedef
Dgreater_than.pass.cpp69 using O1 = optional<int>; in main() typedef
76 using O1 = optional<int>; in main() typedef
Dnot_equal.pass.cpp74 using O1 = optional<int>; in main() typedef
81 using O1 = optional<int>; in main() typedef
Dequal.pass.cpp74 using O1 = optional<int>; in main() typedef
81 using O1 = optional<int>; in main() typedef
/external/llvm-project/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; } category
/external/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; } category
/external/rust/crates/nom/src/bytes/
Dstreaming.rs456 pub fn escaped<Input, Error, F, G, O1, O2>(normal: F, control_char: char, escapable: G) -> impl Fn(… in escaped() argument
512 pub fn escapedc<Input, Error, F, G, O1, O2>(i: Input, normal: F, control_char: char, escapable: G) … in escapedc() argument
553 pub fn escaped_transform<Input, Error, F, G, O1, O2, ExtendItem, Output>( in escaped_transform() argument
624 pub fn escaped_transformc<Input, Error, F, G, O1, O2, ExtendItem, Output>( in escaped_transformc() argument
Dcomplete.rs446 pub fn escaped<Input, Error, F, G, O1, O2>(normal: F, control_char: char, escapable: G) -> impl Fn(… in escaped() argument
505 pub fn escapedc<Input, Error, F, G, O1, O2>(i: Input, normal: F, control_char: char, escapable: G) … in escapedc() argument
546 pub fn escaped_transform<Input, Error, F, G, O1, O2, ExtendItem, Output>( in escaped_transform() argument
620 pub fn escaped_transformc<Input, Error, F, G, O1, O2, ExtendItem, Output>( in escaped_transformc() argument
/external/llvm/include/llvm/Passes/
DPassBuilder.h66 O1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h166 O1, enumerator
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp667 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1419 const Value *O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth); in aliasCheck() local
/external/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h206 static const OptimizationLevel O1; variable
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp786 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1519 AAQueryInfo &AAQI, const Value *O1, in aliasCheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp831 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1737 AAQueryInfo &AAQI, const Value *O1, in aliasCheck()

12