Home
last modified time | relevance | path

Searched refs:MaxSize (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp6 return T::MaxSize; // expected-error {{'int' cannot be used prior to '::'}} in f0()
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp164 unsigned MaxSize = std::max(SourceLine.size(), in SelectInterestingSourceRegion() local
167 if (MaxSize > SourceLine.size()) in SelectInterestingSourceRegion()
168 SourceLine.resize(MaxSize, ' '); in SelectInterestingSourceRegion()
169 if (MaxSize > CaretLine.size()) in SelectInterestingSourceRegion()
170 CaretLine.resize(MaxSize, ' '); in SelectInterestingSourceRegion()
171 if (!FixItInsertionLine.empty() && MaxSize > FixItInsertionLine.size()) in SelectInterestingSourceRegion()
172 FixItInsertionLine.resize(MaxSize, ' '); in SelectInterestingSourceRegion()
/external/webkit/Source/JavaScriptCore/wtf/
DPageAllocatorSymbian.h48 m_maxSize = MaxSize(); in SymbianChunk()
/external/clang/include/clang/AST/
DAPValue.h60 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ? enumerator
66 char Data[MaxSize];
/external/chromium/base/
Dmach_ipc_mac.h211 size_t MaxSize() const { return storage_length_bytes_; } in MaxSize() function
Dmach_ipc_mac.mm271 out_message->MaxSize(),
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp173 size_t MaxSize = FirstInst->Operands.size(); in FindUniqueOperandCommands() local
185 MaxSize = std::max(MaxSize, OtherInst->Operands.size()); in FindUniqueOperandCommands()
/external/mesa3d/src/mesa/main/
Dmtypes.h1029 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4111 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxWidth, MaxWidth, MaxSize) in applyProperty()
4220 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxHeight, MaxHeight, MaxSize) in applyProperty()