Searched refs:structInProto (Results 1 – 4 of 4) sorted by relevance
77 int structInProto(struct DataType *d);82 clang_analyzer_eval(structInProto(&d) == 0); // expected-warning{{TRUE}} expected-warning{{FALSE}} in testStructDefInArgument()
65 int structInProto(struct DataType *d);70 clang_analyzer_eval(structInProto(&d) == 0); // expected-warning{{TRUE}} expected-warning{{FALSE}} in testStructDefInArgument()
6 c:@F@structInProto ctu-other.c.ast
49 int structInProto(struct DataType {int a;int b; } * d) { in structInProto() function