HomeSort by relevance Sort by last modified time
    Searched full:rvaluereference (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfoFlags.def 34 HANDLE_DI_FLAG((1 << 14), RValueReference)
  /external/clang/include/clang/AST/
TypeNodes.def 68 TYPE(RValueReference, ReferenceType)
Type.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 79 TKCASE(RValueReference);
364 case Type::RValueReference:
473 TKIND(RValueReference);
  /external/clang/lib/AST/
TypeLoc.cpp 234 case RValueReference:
Type.cpp     [all...]
TypePrinter.cpp 216 case Type::RValueReference:
    [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 478 case Type::RValueReference: {
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 97 int &&RvalueReference = 0; // expected-warning {{rvalue references are incompatible with C++98}}
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 190 case Type::RValueReference:
    [all...]
CodeGenTypes.cpp 494 case Type::RValueReference: {
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 263 TEST_F(DIEHashTest, RValueReference) {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp 617 case Type::RValueReference:
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 1890 milliseconds