Searched defs:InfoType (Results 1 - 3 of 3) sorted by relevance

/external/libopus/celt/x86/
H A Dx86cpu.c47 static _inline void cpuid(unsigned int CPUInfo[4], unsigned int InfoType) argument
49 __cpuid((int*)CPUInfo, InfoType);
58 static void cpuid(unsigned int CPUInfo[4], unsigned int InfoType) argument
71 "0" (InfoType)
80 "0" (InfoType)
84 __get_cpuid(InfoType, &(CPUInfo[0]), &(CPUInfo[1]), &(CPUInfo[2]), &(CPUInfo[3]));
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h282 typedef Info InfoType; typedef in class:llvm::OnDiskChainedHashTable
/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...]

Completed in 2969 milliseconds