Home
last modified time | relevance | path

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

/external/clang/docs/tools/
Ddump_format_style.py72 BeforeStruct, Finished, InStruct, InFieldComment, InEnum, \ variable in read_options.State
85 state = State.InStruct
86 elif state == State.InStruct:
101 state = State.InStruct
112 state = State.InStruct
/external/llvm/include/llvm/CodeGen/
DStackProtector.h97 bool InStruct = false) const;
/external/llvm/lib/CodeGen/
DStackProtector.cpp110 bool InStruct) const { in ContainsProtectableArray()
119 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()