Home
last modified time | relevance | path

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

/llvm-project/clang/test/PCH/
H A Dpr76443.cpp7 template <int... Nx> int stringData(const char (&...x)[Nx]) { in stringData() function
/llvm-project/llvm/unittests/Support/
H A DDataExtractorTest.cpp93 const char stringData[] = "hellohello\0hello"; in TEST() local
/llvm-project/mlir/lib/IR/
H A DAttributeDetail.h302 auto *stringData = rawData + numEntries * sizeof(StringRef); in construct() local