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

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 37 // bool has_extension() const;
190 assert(p.has_extension() != TC.extension.empty());
  /external/llvm/include/llvm/Support/
Path.h 425 bool has_extension(const Twine &path);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV2.h 340 bool has_extension(const Twine &path);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Path.h 425 bool has_extension(const Twine &path);
  /external/v8/src/
contexts-inl.h 62 bool Context::has_extension() { return !extension()->IsTheHole(GetIsolate()); } function in class:v8::internal::Context
contexts.h     [all...]
objects.cc     [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 122 path::has_extension(*i);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 442 bool has_extension(const Twine &path, Style style = Style::native);
  /external/v8/src/debug/
debug-scopes.cc 414 if (CurrentContext()->has_extension()) {
438 if (CurrentContext()->has_extension()) {
668 if (context->has_extension()) {
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 1271 static bool has_extension(const char *extension_name, function
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 239 (context->IsBlockContext() && context->has_extension()));
304 } else if (context->has_extension()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 1349 bool has_extension = false; local
    [all...]
  /external/llvm/lib/Support/
Path.cpp 669 bool has_extension(const Twine &path) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
PathV2.cpp 572 bool has_extension(const Twine &path) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 669 bool has_extension(const Twine &path) {
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 135 path::has_extension(*i);
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]

Completed in 1467 milliseconds