Home
last modified time | relevance | path

Searched refs:multi2 (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/multi/
Dmulti1.proto34 import "multi/multi2.proto";
42 required Multi2 multi2 = 1; field
/external/clang/test/SemaCXX/
Ddecl-expr-ambiguity.cpp40multi2(); // expected-warning {{empty parentheses interpreted as a function declaration}} expected… in f()
/external/llvm/test/Transforms/LoopReroll/
Dbasic.ll384 ; void multi2(int *x) {
397 define void @multi2(i32* nocapture %x) #0 {
427 ; CHECK-LABEL: @multi2
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopReroll/
Dbasic.ll387 ; void multi2(int *x) {
400 define void @multi2(i32* nocapture %x) #0 {
430 ; CHECK-LABEL: @multi2
/external/libevent/test/
Dregress_http.c328 const char *multi2 = in http_basic_cb() local
330 if (multi2) { in http_basic_cb()
331 found_multi2 = !strcmp(multi2,"libevent 2.1"); in http_basic_cb()