/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc_util/src/ |
H A D | version_profile.cc | 32 EProfile* profile) { 45 *profile = ENoProfile; 47 *profile = ECoreProfile; 49 *profile = EEsProfile; 51 *profile = ECompatibilityProfile; 31 ParseVersionProfile(const std::string& version_profile, int* version, EProfile* profile) argument
|
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/ |
H A D | version_profile.cc | 32 EProfile* profile) { 45 *profile = ENoProfile; 47 *profile = ECoreProfile; 49 *profile = EEsProfile; 51 *profile = ECompatibilityProfile; 31 ParseVersionProfile(const std::string& version_profile, int* version, EProfile* profile) argument
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/ |
H A D | test.sh | 14 go test -race -coverprofile=profile.out -covermode=$MODE $d 15 if [ -f profile.out ]; then 16 cat profile.out | grep -v "^mode: " >> coverage.txt 17 rm profile.out
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/ |
H A D | test.sh | 14 go test -race -coverprofile=profile.out -covermode=$MODE $d 15 if [ -f profile.out ]; then 16 cat profile.out | grep -v "^mode: " >> coverage.txt 17 rm profile.out
|
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
H A D | Initialize.h | 51 // and profile. (Some still need to be added programmatically.) 69 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) = 0; 71 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources) = 0; 91 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable); 93 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources); 96 void add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion); 97 void addSubpassSampling(TSampler, const TString& typeName, int version, EProfile profile); 98 void addQueryFunctions(TSampler, const TString& typeName, int version, EProfile profile); 99 void addImageFunctions(TSampler, const TString& typeName, int version, EProfile profile); 100 void addSamplingFunctions(TSampler, const TString& typeName, int version, EProfile profile); [all...] |
H A D | Scan.cpp | 167 // is that scanning will start anew, following the rules for the chosen version/profile, 170 bool TInputScanner::scanVersion(int& version, EProfile& profile, bool& notFirstToken) argument 179 profile = ENoProfile; 250 // profile 266 profile = EEsProfile; 268 profile = ECoreProfile; 270 profile = ECompatibilityProfile; 782 if ((parseContext.profile == EEsProfile && parseContext.version < 300) || 783 (parseContext.profile != EEsProfile && parseContext.version < 130)) 817 if (parseContext.profile [all...] |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
H A D | Initialize.h | 51 // and profile. (Some still need to be added programmatically.) 69 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) = 0; 71 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources) = 0; 91 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable); 93 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources); 96 void add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion); 97 void addSubpassSampling(TSampler, const TString& typeName, int version, EProfile profile); 98 void addQueryFunctions(TSampler, const TString& typeName, int version, EProfile profile); 99 void addImageFunctions(TSampler, const TString& typeName, int version, EProfile profile); 100 void addSamplingFunctions(TSampler, const TString& typeName, int version, EProfile profile); [all...] |
H A D | Scan.cpp | 167 // is that scanning will start anew, following the rules for the chosen version/profile, 170 bool TInputScanner::scanVersion(int& version, EProfile& profile, bool& notFirstToken) argument 179 profile = ENoProfile; 250 // profile 266 profile = EEsProfile; 268 profile = ECoreProfile; 270 profile = ECompatibilityProfile; 782 if ((parseContext.profile == EEsProfile && parseContext.version < 300) || 783 (parseContext.profile != EEsProfile && parseContext.version < 130)) 817 if (parseContext.profile [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/ |
H A D | base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/profile/ |
H A D | base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
H A D | base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/ |
H A D | version_profile.h | 51 // Given a string version_profile containing both version and profile, decodes 52 // it and puts the decoded version in version, decoded profile in profile. 53 // Returns true if decoding is successful and version and profile are accepted. 54 // This does not validate the version number against the profile. For example, 57 EProfile* profile);
|
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/ |
H A D | version_profile.h | 51 // Given a string version_profile containing both version and profile, decodes 52 // it and puts the decoded version in version, decoded profile in profile. 53 // Returns true if decoding is successful and version and profile are accepted. 54 // This does not validate the version number against the profile. For example, 57 EProfile* profile);
|
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/hlsl/ |
H A D | hlslParseables.h | 54 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable); 56 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/ |
H A D | hlslParseables.h | 54 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable); 56 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 52 profile.AddInteger((unsigned) SymbolRegionValueKind); 53 profile.AddPointer(R); 56 void Profile(llvm::FoldingSetNodeID& profile) override { 57 Profile(profile, R); 94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 97 profile.AddInteger((unsigned) SymbolConjuredKind); 98 profile.AddPointer(S); 99 profile.AddPointer(LCtx); 100 profile 133 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 166 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 208 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 52 profile.AddInteger((unsigned) SymbolRegionValueKind); 53 profile.AddPointer(R); 56 void Profile(llvm::FoldingSetNodeID& profile) override { 57 Profile(profile, R); 94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 97 profile.AddInteger((unsigned) SymbolConjuredKind); 98 profile.AddPointer(S); 99 profile.AddPointer(LCtx); 100 profile 133 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 166 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 208 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument 55 profile.AddInteger((unsigned) SymbolRegionValueKind); 56 profile.AddPointer(R); 59 void Profile(llvm::FoldingSetNodeID& profile) override { 60 Profile(profile, R); 105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument 108 profile.AddInteger((unsigned) SymbolConjuredKind); 109 profile.AddPointer(S); 110 profile.AddPointer(LCtx); 111 profile 148 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument 183 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument 231 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, const LocationContext *LCtx, unsigned Count, const void *Tag) argument [all...] |