Home
last modified time | relevance | path

Searched refs:InStruct (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py124 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComent, \ variable in read_options.State
139 state = State.InStruct
140 elif state == State.InStruct:
159 state = State.InStruct
171 state = State.InStruct
189 state = State.InStruct
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackProtector.h95 bool InStruct = false) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp121 bool InStruct) const { in ContainsProtectableArray()
130 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()