Searched refs:InfoType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DConsumed.cpp298 } InfoType; member in class:clang::consumed::PropagationInfo
316 PropagationInfo() : InfoType(IT_None) {}
319 : InfoType(IT_VarTest), VarTest(VarTest) {}
322 : InfoType(IT_VarTest) {
330 : InfoType(IT_BinTest) {
341 : InfoType(IT_BinTest) {
352 : InfoType(IT_State), State(State) {}
354 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {}
356 : InfoType(IT_Tmp), Tmp(Tmp) {}
359 assert(InfoType
[all...]
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h159 enum InfoType { enum in class:lldb_private::EmulateInstruction
174 } InfoType; member in class:lldb_private::EmulateInstruction
179 enum InfoType info_type;

Completed in 850 milliseconds