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