HomeSort by relevance Sort by last modified time
    Searched refs:Results (Results 26 - 48 of 48) sorted by null

12

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 28 /// \brief Default priority values for code-completion results based
67 /// \brief Priority value deltas that are added to code-completion results
151 /// code-completion consumer can process the results accordingly.
185 /// The results of this completion are the members of the type being
192 /// The results of this completion are the members of the type being
199 /// The results of this completion are the members of the type being
314 /// \brief Determines whether we want C++ constructors as results within this
822 /// \brief Whether to include macros in the code-completion results.
826 /// the completion results.
830 /// the completion results
    [all...]
Sema.h 220 /// This is used as part of a hack to omit that class from ADL results.
705 /// \brief A cache of special member function overload resolution results
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 338 return HashUnsigneds(Results.begin(), Results.end()) ^
CodeGenDAGPatterns.cpp     [all...]
  /external/libvpx/vp8/encoder/x86/
sad_ssse3.asm 154 ; int *results)
232 mov rdi, arg(4) ;Results
265 ; int *results)
340 mov rdi, arg(4) ;Results
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 89 /// ReplaceNodeResults - Replace the results of node with an illegal result
92 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
XCoreISelLowering.cpp 81 // Use i32 for setcc operations results (slt, sgt, ...).
193 /// ReplaceNodeResults - Replace the results of node with an illegal result
196 SmallVectorImpl<SDValue>&Results,
203 Results.push_back(ExpandADDSUB(N, DAG));
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 260 Results(0), NumResults(End - Begin),
274 Results = static_cast<DeclAccessPair *>(
277 memcpy(Results, &*Begin.getIterator(),
312 assert(Results == 0 && "Results already initialized!");
315 Results = static_cast<DeclAccessPair *>(
319 memcpy(Results, &*Begin.getIterator(),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 248 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
252 ANDN, // ANDN - Bitwise AND NOT with FLAGS results.
477 /// ReplaceNodeResults - Replace the results of node with an illegal result
480 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
    [all...]
X86ISelLowering.cpp 168 // X86 is weird, it always uses i8 for shift amounts and setcc results.
340 // produce two results, to match the available instructions. This exposes
348 // when both high and low results are needed must be arranged by dagcombine.
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 353 // Adds a Result with the given data to results.
358 UpdateManifest::Results* results) {
363 results->list.push_back(result);
561 // Check passing an empty list of parse results to DetermineUpdates
563 UpdateManifest::Results updates;
603 UpdateManifest::Results updates;
1018 UpdateManifest::Results results; local
    [all...]
extension_updater.cc 656 manifest.results()))) {
673 const UpdateManifest::Results& results) {
678 updater_->HandleManifestResults(*fetch_data_, &results);
737 const UpdateManifest::Results* results) {
744 if (!results) {
750 std::vector<int> updates = DetermineUpdates(fetch_data, *results);
752 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
764 results->daystart_elapsed_seconds >= 0)
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 561 explicit ScopedEncodedCertResults(CSSM_TP_RESULT_SET* results)
562 : results_(results) { }
566 reinterpret_cast<CSSM_ENCODED_CERT*>(results_->Results);
571 crypto::CSSMFree(results_->Results);
753 DLOG(ERROR) << "Unexpected number of results: "
759 reinterpret_cast<CSSM_ENCODED_CERT*>(resultSet->Results);
1082 OSCertHandles results; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 251 /// ReplaceNodeResults - Replace the results of node with an illegal result
254 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 290 /// ReplaceNodeResults - Replace the results of node with an illegal result
293 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
PPCISelLowering.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
DeclBase.h 169 /// results. All of these expect their corresponding parameter to
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 827 * files, so that we have a way to test results after changing the source. */
1263 CXCodeCompleteResults *results = 0; local
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2119 milliseconds

12