Home
last modified time | relevance | path

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

/external/clang/docs/tools/
Ddump_format_style.py97 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComent, \ variable in read_options.State
112 state = State.InStruct
113 elif state == State.InStruct:
132 state = State.InStruct
144 state = State.InStruct
157 state = State.InStruct
/external/curl/src/
Dtool_cb_rea.c40 struct InStruct *in = userdata; in tool_read_cb()
Dtool_sdecls.h91 struct InStruct { struct
Dtool_cb_see.c49 struct InStruct *in = userdata; in tool_seek_cb()
Dtool_operate.c472 struct InStruct input; in operate_do()
/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()