Searched refs:VARNAME (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/ |
H A D | update_file_lists.sh | 7 local VARNAME=$2 10 /^$VARNAME =/ { start = 1; } 15 | sed "s/^$VARNAME =//" \ 89 local VARNAME=$2 96 /^set\\($VARNAME/ { 151 local VARNAME=$2 158 /# AUTOGEN\\($VARNAME\\)/ {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 167 #define STATISTIC(VARNAME, DESC) \ 168 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC} 172 #define ALWAYS_ENABLED_STATISTIC(VARNAME, DESC) \ 173 static llvm::TrackingStatistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Statistic.h | 150 #define STATISTIC(VARNAME, DESC) \ 151 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC, {0}, false}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 183 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \ 184 static const unsigned VARNAME = \
|
Completed in 3 milliseconds