Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp94 auto GL = [](auto a, decltype(a) b) //expected-note{{candidate function}} variable
/minix3/lib/libc/citrus/modules/
H A Dcitrus_hz.c100 #define GL(escape) ((escape)->left) macro
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1216 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt()