Searched defs:IsUndef (Results 1 – 4 of 4) sorted by relevance
117 bool IsUndef : 1; variable
1173 bool IsUndef = true; in updateRegDefsUses() local
441 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local4850 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local
737 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func