Home
last modified time | relevance | path

Searched refs:structInProto (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dctu-on-demand-parsing.c77 int structInProto(struct DataType *d);
82 clang_analyzer_eval(structInProto(&d) == 0); // expected-warning{{TRUE}} expected-warning{{FALSE}} in testStructDefInArgument()
Dctu-main.c65 int structInProto(struct DataType *d);
70 clang_analyzer_eval(structInProto(&d) == 0); // expected-warning{{TRUE}} expected-warning{{FALSE}} in testStructDefInArgument()
/external/llvm-project/clang/test/Analysis/Inputs/
Dctu-other.c.externalDefMap.ast-dump.txt6 c:@F@structInProto ctu-other.c.ast
Dctu-other.c49 int structInProto(struct DataType {int a;int b; } * d) { in structInProto() function