HomeSort by relevance Sort by last modified time
    Searched defs:isExtern (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 165 bool isExtern = (FD->getFormalLinkage() == clang::ExternalLinkage);
170 mIsFilterscript, isExtern)) {
179 mTargetAPI, mIsFilterscript, isExtern)) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 240 bool isExtern = (RE->Word1 >> 27) & 1;
241 // Figure out the source symbol of the relocation. If isExtern is true,
251 if (!isExtern)
377 bool isExtern = (RE->Word1 >> 27) & 1;
378 // Figure out the source symbol of the relocation. If isExtern is true,
382 if (!isExtern)
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 566 bool isExtern = (RE->Word1 >> 27) & 1;
571 if (isExtern) {
597 bool isExtern = (RE->Word1 >> 27) & 1;
599 if (!isExtern) {
  /cts/common/util/src/com/android/compatibility/common/util/
ReadElf.java 162 public boolean isExtern() {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 759 bool isExtern = getPlainRelocationExternal(RE);
760 if (!isExtern)
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 831 bool isExtern = false;
834 isExtern = O->getPlainRelocationExternal(RE);
835 if (isExtern) {
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 783 milliseconds