Home
last modified time | relevance | path

Searched defs:IsTemporary (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h87 unsigned IsTemporary : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp160 bool IsTemporary) { in createSymbolImpl()
186 bool IsTemporary = CanBeUnnamed; in createSymbol() local
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc162 bool IsTemporary() const { return is_temporary_; } in IsTemporary() function