Home
last modified time | relevance | path

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

/external/clang/docs/tools/
Ddump_format_style.py103 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComent, \ variable in read_options.State
118 state = State.InStruct
119 elif state == State.InStruct:
138 state = State.InStruct
150 state = State.InStruct
163 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.c476 struct InStruct input; in operate_do()
/external/llvm/include/llvm/CodeGen/
DStackProtector.h103 bool InStruct = false) const;
/external/llvm/lib/CodeGen/
DStackProtector.cpp121 bool InStruct) const { in ContainsProtectableArray()
130 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()