HomeSort by: relevance | last modified time | path
    Searched refs:Result (Results 1 - 25 of 1220) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Symbol.cpp 21 std::string Result;
23 Result += "(undef) ";
25 Result += "(weak-def) ";
27 Result += "(weak-ref) ";
29 Result += "(tlv) ";
32 Result += Name.str();
35 Result += "(ObjC Class) " + Name.str();
38 Result += "(ObjC Class EH) " + Name.str();
41 Result += "(ObjC IVar) " + Name.str();
44 OS << Result;
    [all...]
Target.cpp 21 auto Result = TargetValue.split('-');
22 auto ArchitectureStr = Result.first;
24 auto PlatformStr = Result.second;
62 PlatformSet Result;
64 Result.insert(Target.Platform);
65 return Result;
69 ArchitectureSet Result;
71 Result.set(Target.Arch);
72 return Result;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MemAlloc.h 26 void *Result = std::malloc(Sz);
27 if (Result == nullptr) {
35 return Result;
40 void *Result = std::calloc(Count, Sz);
41 if (Result == nullptr) {
49 return Result;
53 void *Result = std::realloc(Ptr, Sz);
54 if (Result == nullptr) {
62 return Result;
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 26 int Result = LLVMWriteBitcodeToFile(M, String_val(Path));
27 return Val_bool(Result == 0);
33 int Result;
41 Result = LLVMWriteBitcodeToFD(M, Int_val(FD), 0, Unbuffered);
42 return Val_bool(Result == 0);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
MacroArgs.cpp 47 MacroArgs *Result;
51 Result = new (
55 Result = *ResultEnt;
57 *ResultEnt = Result->ArgCache;
58 Result->NumUnexpArgTokens = UnexpArgTokens.size();
59 Result->VarargsElided = VarargsElided;
60 Result->NumMacroArgs = MI->getNumParams();
63 // Copy the actual unexpanded tokens to immediately after the result ptr.
70 Result->getTrailingObjects<Token>());
73 return Result;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 24 FunctionHandle(Function *Fn, AAResult *Result)
25 : CallbackVH(Fn), Result(Result) {
27 assert(Result != nullptr);
34 AAResult *Result;
37 assert(Result != nullptr);
39 Result->evict(cast<Function>(Val));
  /src/sys/external/bsd/acpica/dist/compiler/
dtexpress.c 85 UINT64 Result;
93 Result = DtEvaluateExpression (Field->Value);
94 *ReturnValue = Result;
107 * RETURN: 64-bit result of the requested operation
119 UINT64 Result;
128 Result = ~RightValue;
133 Result = !RightValue;
138 Result = LeftValue * RightValue;
150 Result = LeftValue / RightValue;
162 Result = LeftValue % RightValue
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkFormat.cpp 21 auto Result = StringSwitch<Format>(FormatStr)
27 if (Result == Format::Unknown)
32 return Result;
36 auto Result =
43 if (Result == Format::Unknown)
46 return Result;
  /src/sys/external/bsd/acpica/dist/tools/efihello/
efihello.c 78 char *Result;
102 Result = fgets (LineBuffer, LINE_SIZE, File);
103 if (!Result)
112 if (strncmp (Result, "exit", 4) == 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_symbolize.cc 37 std::string Result;
39 llvm::raw_string_ostream OS(Result);
46 Result.c_str()) < MaxLength;
51 std::string Result;
53 llvm::raw_string_ostream OS(Result);
60 Result.c_str()) < MaxLength;
67 std::string Result =
70 Result.c_str()) < MaxLength
71 ? static_cast<int>(Result.size() + 1)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
Hash.cpp 21 uint32_t Result = 0;
28 Result ^= Value;
37 Result ^= static_cast<uint32_t>(Value);
44 Result ^= *(Remainder++);
48 Result |= toLowerMask;
49 Result ^= (Result >> 11);
51 return Result ^ (Result >> 16);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Statepoint.cpp 27 StatepointDirectives Result;
34 Result.StatepointID = StatepointID;
41 Result.NumPatchBytes = NumPatchBytes;
43 return Result;
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
LogBuilderConsumer.cpp 30 Error Result = Error::success();
32 Result = joinErrors(std::move(Result), R->apply(*V));
33 return Result;
  /src/external/cddl/dtracetoolkit/dist/Bin/
dnlcps.d 59 @Result[execname, pid] = lquantize(this->code, 0, 1, 1);
67 printa(" CMD: %-16s PID: %d\n%@d\n", @Result);
  /src/external/cddl/dtracetoolkit/dist/Kernel/
dnlcps.d 59 @Result[execname, pid] = lquantize(this->code, 0, 1, 1);
67 printa(" CMD: %-16s PID: %d\n%@d\n", @Result);
  /src/external/gpl3/binutils/dist/gprofng/src/
QLParser.h 36 struct Result
43 Result () : in (std::cin.rdbuf ()), out (NULL) { }
44 Result (const char *instr) : streamify (std::string (instr)),
54 ~Result ()
  /src/external/gpl3/binutils.old/dist/gprofng/src/
QLParser.h 36 struct Result
43 Result () : in (std::cin.rdbuf ()), out (NULL) { }
44 Result (const char *instr) : streamify (std::string (instr)),
54 ~Result ()
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 198 llvm::raw_svector_ostream &Result) {
199 Result << "<" << C->getTagName();
203 Result << " ";
205 Result << Attr.Name;
207 Result << "=\"" << Attr.Value << "\"";
212 Result << ">";
214 Result << "/>";
224 FC(FC), Result(Str), Traits(Traits)
255 llvm::raw_svector_ostream Result;
280 Result << " ";
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/clang-format/fuzzer/
ClangFormatFuzzer.cpp 23 auto Result = applyAllReplacements(s, Replaces);
26 if (!Result) {}
  /src/external/apache2/llvm/dist/llvm/utils/not/
not.cpp 61 int Result = sys::ExecuteAndWait(*Program, Argv, None, {}, 0, 0, &ErrMsg);
67 if (ExpectCrash && Result == 3)
68 Result = -3;
70 if (Result < 0) {
80 return Result == 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp 701 MCInst Result;
713 Result.setOpcode(Hexagon::SA1_inc);
714 addOps(Result, Inst, 0);
715 addOps(Result, Inst, 1);
719 Result.setOpcode(Hexagon::SA1_dec);
720 addOps(Result, Inst, 0);
721 addOps(Result, Inst, 1);
722 addOps(Result, Inst, 2);
726 Result.setOpcode(Hexagon::SA1_addsp);
727 addOps(Result, Inst, 0)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Transformer.cpp 29 void Transformer::run(const MatchFinder::MatchResult &Result) {
30 if (Result.Context->getDiagnostics().hasErrorOccurred())
34 transformer::detail::findSelectedCase(Result, Rule);
35 auto Transformations = Case.Edits(Result);
48 auto ID = Result.SourceManager->getFileID(T.Range.getBegin());
50 .emplace(ID, AtomicChange(*Result.SourceManager,
57 AC.replace(*Result.SourceManager, T.Range, T.Replacement)) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr);
38 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]);
39 if (S_OK != Result)
46 HRESULT Result = SourceFile->get_checksumType(&Type);
47 if (S_OK != Result)
55 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator);
56 if (S_OK != Result)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.cpp 97 GraphResult Result;
98 Result.BaseAddress = Address.Address;
105 return Result;
108 buildFlowGraphImpl(Analysis, OpenedNodes, Result, Address.Address, 0);
109 return Result;
113 GraphResult &Result,
185 Result.IntermediateNodes[CurrentAddress] = NextAddress;
199 GraphResult &Result, uint64_t Address,
203 Result.OrphanedNodes.push_back(Address);
209 Result.OrphanedNodes.push_back(Address)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EHContGuardCatchret.cpp 73 bool Result = false;
79 Result = true;
83 return Result;

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>