HomeSort by relevance Sort by last modified time
    Searched refs:getThreadModel (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/Driver/
ToolChain.h 328 /// getThreadModel() - Which thread model does this target use?
329 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 370 /// getThreadModel() - Which thread model does this target use?
371 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
ToolChain.h 370 /// getThreadModel() - Which thread model does this target use?
371 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
ToolChain.h 370 /// getThreadModel() - Which thread model does this target use?
371 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 370 /// getThreadModel() - Which thread model does this target use?
371 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
ToolChain.h 370 /// getThreadModel() - Which thread model does this target use?
371 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
ToolChain.h 370 /// getThreadModel() - Which thread model does this target use?
371 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
ToolChain.h 404 /// getThreadModel() - Which thread model does this target use?
405 virtual std::string getThreadModel() const { return "posix"; }
  /external/clang/lib/Driver/
Driver.cpp 879 OS << "Thread model: " << TC.getThreadModel();
    [all...]
Tools.cpp     [all...]

Completed in 1235 milliseconds