Home
last modified time | relevance | path

Searched defs:Literals (Results 1 – 8 of 8) sorted by relevance

/external/regex-re2/re2/testing/
Dexhaustive2_test.cc23 TEST(Punctuation, Literals) { in TEST() argument
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.h104 std::vector<SPIRVWord> Literals; variable
171 const std::vector<SPIRVWord>& Literals) { in encodeLiterals()
182 static void decodeLiterals(SPIRVDecoder& Decoder, std::vector<SPIRVWord>& Literals) { in decodeLiterals()
/external/python/cpython2/Doc/reference/
Dexpressions.rst111 Literals section in Atoms
138 .. _parenthesized:
Dlexical_analysis.rst404 Literals chapter
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp407 std::vector<MachineOperand *>Literals; in MakeALUClause() local
DR600InstrInfo.cpp621 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc708 TEST_F(TraceEventAnalyzerTest, Literals) { in TEST_F() argument
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp28 void Literals() { in Literals() function