HomeSort by relevance Sort by last modified time
    Searched refs:Stored (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 40 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
55 QualType Stored;
59 CanQual() : Stored() { }
71 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
77 return cast_or_null<T>(Stored.getTypePtrOrNull());
81 operator QualType() const { return Stored; }
87 return Stored.isNull();
90 SplitQualType split() const { return Stored.split(); }
116 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); }
119 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers();
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 79 /// stored in the stream, the ID number is shifted by 2 bits to
103 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
104 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
111 return QualType::getFromOpaquePtr(Stored);
116 return static_cast<Decl *>(Stored);
120 void *Stored;
156 /// stored in the stream, the ID number is shifted by 2 bits to
233 /// headers. The declarations themselves are stored as declaration
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 51 CXStoredDiagnostic *Stored = static_cast<CXStoredDiagnostic *>(Diagnostic);
52 delete Stored;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
AECMobile.m 101 %fprintf('Stored: %4f Latest: %4f\n', mseStored, mseLatest) % Uncomment if you want to display the MSE values
107 fprintf('Stored new H at block %d\n',setupStruct.currentBlock)
160 % Use the stored channel

Completed in 253 milliseconds