Home
last modified time | relevance | path

Searched defs:isAtom (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h268 bool isAtom(int a) const { return atom == a; } in isAtom() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h742 bool isAtom() const { return X86ProcFamily == IntelAtom; } in isAtom() function