Home
last modified time | relevance | path

Searched defs:new2 (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/uuid/src/
Dtest_util.rs21 pub const fn new2() -> Uuid { in new2() function
/external/rust/crates/paste/src/
Derror.rs17 pub fn new2(begin: Span, end: Span, msg: &str) -> Self { in new2() method
/external/rust/crates/rustversion/src/
Derror.rs18 pub fn new2(begin: Span, end: Span, msg: impl Display) -> Self { in new2() method
/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cuda.cu54 Tensor<float, 1, 0, int> new2(2); in test_cuda_nullary() local
Dcxx11_tensor_cuda.cu50 Tensor<float, 1, 0, int> new2(2); in test_cuda_nullary() local
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}} variable
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}} variable
/external/rust/crates/syn/src/
Dbuffer.rs111 pub fn new2(stream: TokenStream) -> TokenBuffer { in new2() method
Derror.rs286 pub fn new2<T: Display>(start: Span, end: Span, message: T) -> Error { in new2() function
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java993 …Token new2(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new2() method in Lexer
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java904 ArrayList new2() /* reduce AMany1Grammar */ in new2() method in Parser