Home
last modified time | relevance | path

Searched refs:getBoolName (Results 1 – 3 of 3) sorted by relevance

/external/deqp/executor/
DxeTestLogWriter.cpp171 inline const char* getBoolName (bool val) in getBoolName() function
389 << Writer::Attribute("BindToTextureRGB", getBoolName(config.bindToTextureRGB)) in writeResultItem()
390 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA)) in writeResultItem()
402 << Writer::Attribute("NativeRenderable", getBoolName(config.nativeRenderable)) in writeResultItem()
/external/clang/lib/Sema/
DSema.cpp59 if (const MacroInfo *BoolMacro = PP.getMacroInfo(Context.getBoolName())) { in getPrintingPolicy()
/external/clang/include/clang/AST/
DASTContext.h1469 IdentifierInfo *getBoolName() const { in getBoolName() function