HomeSort by relevance Sort by last modified time
    Searched defs:foo_struct (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/tests/namespace_test/
namespace_test2_generated.h 45 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { function in struct:NamespaceA::FLATBUFFERS_FINAL_CLASS
70 void add_foo_struct(const NamespaceA::NamespaceB::StructInNestedNS *foo_struct) {
71 fbb_.AddStruct(TableInFirstNS::VT_FOO_STRUCT, foo_struct);
89 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct = 0) {
91 builder_.add_foo_struct(foo_struct);
  /external/clang/test/Analysis/
null-deref-ps.c 18 struct foo_struct { struct
22 int f2(struct foo_struct* p) {

Completed in 262 milliseconds