HomeSort by relevance Sort by last modified time
    Searched refs:Result (Results 326 - 350 of 552) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 44 /// a result. This includes tracing the def-use list from the PHI to see if
75 /// The output is added to Result, as pairs of <from,to> edge info.
77 SmallVectorImpl<std::pair<const BasicBlock*,const BasicBlock*> > &Result);
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 184 // Ok, it must be an intermediate result (either because it started that way
409 GetElementPtrInst *Result =
413 Result->setIsInBounds(GEP->isInBounds());
414 NewInsts.push_back(Result);
415 return Result;
  /external/llvm/lib/Archive/
ArchiveReader.cpp 25 unsigned Result = 0;
29 return Result;
30 Result |= (unsigned)((*At++) & 0x7F) << Shift;
33 return Result;
333 std::auto_ptr<Archive> result ( new Archive(file, C));
334 if (result->mapToMemory(ErrorMessage))
336 if (!result->loadArchive(ErrorMessage))
338 return result.release();
448 std::auto_ptr<Archive> result ( new Archive(file, C) );
449 if (result->mapToMemory(ErrorMessage)
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 549 unsigned Result = 0;
553 Result = Result*10 + (Str[0] - '0');
559 return Result;
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 296 unsigned Result = 0;
298 Result = (Result<<3) ^ *I;
299 return Result;
368 // If checking for a result the opcode doesn't have, it can't match.
CodeGenDAGPatterns.cpp 128 std::string Result;
135 if (i) Result += ':';
136 Result += VTName;
140 return Result;
141 return "{" + Result + "}";
659 std::string Result =
661 return Result + ImmCode;
673 std::string Result;
675 Result = " SDNode *N = Node;\n";
677 Result = " " + ClassName + "*N = cast<" + ClassName + ">(Node);\n"
    [all...]
CodeGenInstruction.h 272 /// Result - The result instruction.
273 DagInit *Result;
276 /// Result).
307 /// ResultOperands - The decoded operands for the result instruction.
311 /// indices to identify the corresponding operand in the result
319 bool tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 60 SkInterpolatorBase::Result result; local
63 result = interp->timeToValues(msec, (SkScalar*)values);
73 return result;
  /external/clang/lib/Frontend/
ASTUnit.cpp 238 typedef CodeCompletionResult Result;
239 llvm::SmallVector<Result, 8> Results;
248 case Result::RK_Declaration: {
327 case Result::RK_Keyword:
328 case Result::RK_Pattern:
333 case Result::RK_Macro: {
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 633 ExprResult Result = ParseExpression();
634 if (Result.isInvalid()) {
653 DiagID, Result.release()))
670 TypeResult Result = ParseTypeName();
671 if (Result.isInvalid()) {
689 DiagID, Result.release()))
694 /// that we only check that the result names a type; semantic analysis
695 /// will need to verify that the type names a class. The result is
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 321 // cv-qualified type, the result of the typeid expression refers to a
576 // Initialize the exception result. This implicitly weeds out
772 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, move(exprs));
775 return move(Result);
    [all...]
SemaOverload.cpp 370 OverloadCandidate::DeductionFailureInfo Result;
371 Result.Result = static_cast<unsigned>(TDK);
372 Result.Data = 0;
382 Result.Data = Info.Param.getOpaqueValue();
392 Result.Data = Saved;
397 Result.Data = Info.take();
405 return Result;
409 switch (static_cast<Sema::TemplateDeductionResult>(Result)) {
438 switch (static_cast<Sema::TemplateDeductionResult>(Result)) {
    [all...]
SemaInit.cpp 725 ExprResult Result =
727 if (Result.isInvalid())
731 Result.takeAs<Expr>());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 71 * @param ch the ContentHandler to be the result of the tree walk.
100 * with the result that the node is written out to m_contentHandler.
150 * with the result that the node is written out to m_contentHandler.
327 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
329 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 127 T Result = back();
129 return Result;
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 85 const T *Result;
87 explicit StringSwitch(StringRef Str) : Str(Str), Result(0) {}
    [all...]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 167 vector<A> Result;
171 vector<A> Result;
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.h 397 Result = phFriNfc_MfStd_H_WrRdAuth(NdefSmtCrdFmt); \
401 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, \
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 208 ExprAST *Result = new NumberExprAST(NumVal);
210 return Result;
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 200 /// incorporating info about the result values into this state.
289 unsigned Result = StackOffset;
291 return Result;
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 156 StubLayout Result = {16, 4};
157 return Result;
281 // If the result is positive, set bit U(23) to 1.
301 // If the result is positive, set bit U(23) to 1.
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 354 StubLayout Result = {10*4, 4};
355 return Result;
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 29 template <typename Input, typename Output, typename Result>
31 Output const & output, Result const & result)
33 if (result != output) {
37 << "found:\n\"" << result << "\"\n"; local
57 string result = erase_to_last_of(cur->input, ';'); local
59 result);
84 string result = split(temp, ';'); local
86 check_result("split()", cur->input, cur->output.second, result);
108 bool result = is_prefix(cur->input, cur->output.first) local
140 vector<string> result = separate_token(cur->input, ';'); local
187 string result = rtrim(cur->input); local
209 string result = ltrim(cur->input); local
231 string result = trim(cur->input); local
253 string result = format_percent(cur->input, percent_int_width, local
273 string result = op_lexical_cast<string>(cur->input); local
284 unsigned int result = local
303 bool result = op_lexical_cast<bool>(cur->input); local
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 103 static Result Match(Handle<Code> regexp,
110 static Result Execute(Code* code,
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 24 truealert("Result:\n\n" + xhr.responseText);

Completed in 1591 milliseconds

<<11121314151617181920>>