Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dnasty_macros.hpp19 #define _G NASTY_MACRO macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h293 VertexView(GraphT &_G) : G(_G) {} in VertexView()
330 EdgeView(GraphT &_G) : G(_G) {} in EdgeView()