| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
| attr-pic-directive-2.d | 9 Tag_ABI_PIC: Code addressing position-independent
|
| attr-pic-opts-mpic.d | 9 Tag_ABI_PIC: Code addressing position-independent
|
| /external/clang/unittests/AST/ |
| StmtPrinterTest.cpp | 70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, 79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) 81 << "Parsing error in \"" << Code.str() << "\""; 101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, 106 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); 110 StringRef Code, 116 return PrintedStmtMatches(Code, 124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, 129 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); 133 StringRef Code, [all...] |
| NamedDeclPrinterTest.cpp | 64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, 74 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) 76 << "Parsing error in \"" << Code.str() << "\""; 96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, 99 return PrintedNamedDeclMatches(Code, 108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, 111 return PrintedNamedDeclMatches(Code,
|
| /external/v8/src/wasm/ |
| wasm-code-specialization.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "src/wasm/wasm-code-specialization.h" 43 PatchDirectCallsHelper(WasmInstanceObject* instance, Code* code) 44 : source_pos_it(code->source_position_table()), 46 FixedArray* deopt_data = code->deoptimization_data(); 125 Code* wasm_function = Code::cast(code_table->get(func_index)); 132 Code* export_wrapper = Code::cast(code_table->get(func_index)) 140 Code* code = Code::GetCodeFromTargetAddress(it.rinfo()->target_address()); local [all...] |
| /external/llvm/include/llvm/Transforms/Utils/ |
| CmpInstAnalysis.h | 56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| code_link_check.sh | 20 for i in `grep -onI https://www.tensorflow.org/code/\[a-zA-Z0-9/._-\]\* -r tensorflow` 38 echo Code link check fails. 42 echo Code link check success.
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/ |
| SharedLibraryAtom.h | 23 Code,
|
| /prebuilts/misc/common/swig/include/2.0.11/ |
| std_except.i | 33 %define %std_exception_map(Exception, Code) 35 SWIG_exception(Code, $1.what());
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/ |
| blebug.s | 1 .code 3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
|
| /tools/dexter/slicer/export/slicer/ |
| tryblocks_encoder.h | 27 // Generates try/catch blocks from code IR 39 void Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir);
|
| /external/lzma/CS/7zip/Compress/RangeCoder/ |
| RangeCoder.cs | 126 public uint Code;
135 Code = 0;
138 Code = (Code << 8) | (byte)Stream.ReadByte();
156 Code = (Code << 8) | (byte)Stream.ReadByte();
165 Code = (Code << 8) | (byte)Stream.ReadByte();
172 return Code / (Range /= total);
177 Code -= start * Range; [all...] |
| /external/clang/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 187 static bool parseExpression(StringRef Code, Sema *S, 190 static bool parseExpression(StringRef Code, Sema *S, 192 return parseExpression(Code, S, nullptr, Value, Error); 194 static bool parseExpression(StringRef Code, VariantValue *Value, 196 return parseExpression(Code, nullptr, Value, Error); 211 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 215 return completeExpression(Code, CompletionOffset, S, nullptr); 218 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
| ISDOpcodes.h | 114 // setup code if needed. 184 // code generator that want to think about a single node with multiple 335 // condition code in op #4, a CondCodeSDNode. 341 // operands to compare (ops #0, and #1) and the condition code to compare 491 // that the condition is represented as condition code, and two nodes to 580 // applied. The pointer it returns points to an executable block of code. [all...] |