/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
Modifiable.java | 28 public abstract class Modifiable { 32 Modifiable() {
|
/external/clang/include/clang/AST/ |
Expr.h | 293 /// non-modifiable lvalue, if specified. 320 CM_RValue, // Not modifiable because it's an rvalue 321 CM_Function, // Not modifiable because it's a function; C++ only 334 unsigned short Modifiable; 337 : Kind(k), Modifiable(m) 345 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 346 return static_cast<ModifiableType>(Modifiable); 382 /// expression is modifiable (C99 6.3.2.1p1). 384 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
Expr.h | 294 /// non-modifiable lvalue, if specified. 321 CM_RValue, // Not modifiable because it's an rvalue 322 CM_Function, // Not modifiable because it's a function; C++ only 335 unsigned short Modifiable; 338 : Kind(k), Modifiable(m) 346 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 347 return static_cast<ModifiableType>(Modifiable); 383 /// expression is modifiable (C99 6.3.2.1p1). 385 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
Expr.h | 294 /// non-modifiable lvalue, if specified. 321 CM_RValue, // Not modifiable because it's an rvalue 322 CM_Function, // Not modifiable because it's a function; C++ only 335 unsigned short Modifiable; 338 : Kind(k), Modifiable(m) 346 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 347 return static_cast<ModifiableType>(Modifiable); 383 /// expression is modifiable (C99 6.3.2.1p1). 385 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
Expr.h | 294 /// non-modifiable lvalue, if specified. 321 CM_RValue, // Not modifiable because it's an rvalue 322 CM_Function, // Not modifiable because it's a function; C++ only 335 unsigned short Modifiable; 338 : Kind(k), Modifiable(m) 346 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 347 return static_cast<ModifiableType>(Modifiable); 383 /// expression is modifiable (C99 6.3.2.1p1). 385 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
Expr.h | 294 /// non-modifiable lvalue, if specified. 321 CM_RValue, // Not modifiable because it's an rvalue 322 CM_Function, // Not modifiable because it's a function; C++ only 335 unsigned short Modifiable; 338 : Kind(k), Modifiable(m) 346 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 347 return static_cast<ModifiableType>(Modifiable); 383 /// expression is modifiable (C99 6.3.2.1p1). 385 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
Expr.h | 294 /// non-modifiable lvalue, if specified. 321 CM_RValue, // Not modifiable because it's an rvalue 322 CM_Function, // Not modifiable because it's a function; C++ only 335 unsigned short Modifiable; 338 : Kind(k), Modifiable(m) 346 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 347 return static_cast<ModifiableType>(Modifiable); 383 /// expression is modifiable (C99 6.3.2.1p1). 385 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
Expr.h | 294 /// non-modifiable lvalue, if specified. 321 CM_RValue, // Not modifiable because it's an rvalue 322 CM_Function, // Not modifiable because it's a function; C++ only 335 unsigned short Modifiable; 338 : Kind(k), Modifiable(m) 346 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 347 return static_cast<ModifiableType>(Modifiable); 383 /// expression is modifiable (C99 6.3.2.1p1). 385 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
Expr.h | 296 /// non-modifiable lvalue, if specified. 323 CM_RValue, // Not modifiable because it's an rvalue 324 CM_Function, // Not modifiable because it's a function; C++ only 338 unsigned short Modifiable; 341 : Kind(k), Modifiable(m) 349 assert(Modifiable != CM_Untested && "Did not test for modifiability."); 350 return static_cast<ModifiableType>(Modifiable); 386 /// expression is modifiable (C99 6.3.2.1p1). 388 /// if the expression is not modifiable. [all...] |
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/ |
dagger-compiler-2.0.jar | |